freebsd-ports/devel/p5-Pod-Tests/Makefile
Sunpoet Po-Chuan Hsieh 8888ee730e Add LICENSE
- Add NO_ARCH
- Sort PLIST
2019-03-29 19:01:52 +00:00

22 lines
397 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Pod-Tests
PORTVERSION= 1.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extracts embedded tests and code examples from POD
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>