[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
empty packages
- To: ports@openbsd.org
- Subject: empty packages
- From: Michael Agbaglo <byteshifter@shifted-bytes.de>
- Date: Sun, 05 May 2002 21:31:51 +0200
- User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2
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...
:-/