1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/archivers/p5-PerlIO-via-Bzip2/Makefile
Sunpoet Po-Chuan Hsieh 625e8d707c Add LICENSE
2017-10-10 11:20:15 +00:00

25 lines
494 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= PerlIO-via-Bzip2
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to provide a PerlIO layer to bzip2/bunzip2
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>