16 lines
307 B
Makefile
16 lines
307 B
Makefile
# $OpenBSD: Makefile,v 1.8 2015/01/21 14:27:59 sthen Exp $
|
|
|
|
COMMENT= implement PerlIO layers which let you handle bzip2 files
|
|
|
|
DISTNAME= PerlIO-via-Bzip2-0.02
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
RUN_DEPENDS= archivers/p5-Compress-Bzip2
|
|
|
|
.include <bsd.port.mk>
|