freebsd-ports/textproc/p5-Pod-Strip/Makefile

23 lines
362 B
Makefile
Raw Normal View History

# 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
2019-04-06 16:45:02 +02:00
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
2019-04-06 16:45:02 +02:00
NO_ARCH= yes
.include <bsd.port.mk>