freebsd-ports/textproc/p5-Pod-Strip/Makefile
Sunpoet Po-Chuan Hsieh ee37737178 Add LICENSE
- Add NO_ARCH
- Sort PLIST
2019-04-06 14:45:02 +00:00

22 lines
362 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= Pod-Strip
PORTVERSION= 1.02
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Remove POD from Perl code
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>