mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
b344ba9d12
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Test-Manifest/Changes
19 lines
308 B
Makefile
19 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Manifest
|
|
PORTVERSION= 2.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to interact with a t/test_manifest file
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|