freebsd-ports/archivers/p5-Compress-Bzip2/Makefile
Sunpoet Po-Chuan Hsieh 3683d9c5e0 Add LICENSE
- While I'm here, fix indent

Approved by:	portmgr (blanket)
2017-10-10 11:20:01 +00:00

22 lines
456 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= Compress-Bzip2
PORTVERSION= 2.24
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 interface to bzip2 compression library
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Bzip2/Bzip2.so
.include <bsd.port.mk>