[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

empty packages



Hi there,

I'm just about building my first ports and although they install w/o any 
  problems they are crap:


# tar xvfz p5-Archive-Zip-1.00.tgz
+CONTENTS
+COMMENT
+DESC


# cat /root/Makefile.p5-Archive-Zip
# $OpenBSD: Makefile,v 1.20 2002/03/21 20:46:24 espie Exp $

COMMENT=        "Provide an interface to ZIP archive files"

DISTNAME=       Archive-Zip-1.00
PKGNAME=        p5-Archive-Zip-1.00
CATEGORIES=     archivers perl5
NEED_VERSION=   1.515
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Archive

#MAINTAINER=    John Doe <doe@foo.bar>

PERMIT_PACKAGE_CDROM=   "no license"
PERMIT_PACKAGE_FTP=     "no license"
PERMIT_DISTFILES_CDROM= "no license"
PERMIT_DISTFILES_FTP=   Yes

CONFIGURE_STYLE= perl

.include <bsd.port.mk>


I followed the step under http://www.openbsd.org/checklist.html but 
maybe I've overlooked something...

:-/