openbsd-ports/archivers/p5-Compress-Zlib/Makefile

30 lines
753 B
Makefile
Raw Normal View History

2001-09-09 06:42:22 -04:00
# $OpenBSD: Makefile,v 1.26 2001/09/09 10:42:22 avsm Exp $
COMMENT= "perl interface to the zlib compression library"
2001-09-09 06:42:22 -04:00
DISTNAME= Compress-Zlib-1.14
PKGNAME= p5-${DISTNAME}
1997-11-24 16:09:15 -05:00
CATEGORIES= archivers perl5
NEED_VERSION= 1.407
1999-09-23 17:52:29 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
1997-11-24 16:09:15 -05:00
2000-03-06 23:36:32 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
EXAMPLE_FILES= filtdef filtinf gzcat gzgrep gzstream
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Compress-Zlib
.for i in ${EXAMPLE_FILES}
${INSTALL_SCRIPT} ${WRKBUILD}/examples/$i \
${PREFIX}/share/examples/p5-Compress-Zlib
.endfor
1997-11-24 16:09:15 -05:00
.include <bsd.port.mk>