openbsd-ports/archivers/p5-Compress-Zlib/Makefile
avsm 75812a97eb - update to p5-Compress-Zlib-1.16
- bump NEED_VERSION
- use distinfo
2001-12-24 12:20:10 +00:00

30 lines
753 B
Makefile

# $OpenBSD: Makefile,v 1.27 2001/12/24 12:20:10 avsm Exp $
COMMENT= "perl interface to the zlib compression library"
DISTNAME= Compress-Zlib-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= archivers perl5
NEED_VERSION= 1.502
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
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
.include <bsd.port.mk>