d0201bfdcc
- Update LICENSE - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Test-Manifest/Changes
19 lines
329 B
Makefile
19 lines
329 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Manifest
|
|
PORTVERSION= 2.021
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to interact with a t/test_manifest file
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|