b3c0cfb759
use SHARED_ONLY to discard PFRAG.shared.
30 lines
692 B
Makefile
30 lines
692 B
Makefile
# $OpenBSD: Makefile,v 1.37 2004/08/03 11:30:02 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
COMMENT= "perl interface to the zlib compression library"
|
|
DISTNAME= Compress-Zlib-1.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= archivers perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
|
|
|
|
# Perl
|
|
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>
|