ports/devel/p5-Test-Data/Makefile
Sunpoet Po-Chuan Hsieh 8825997372 Update to 1.241
- Remove MASTER_SITE_SUBDIR
- Add LICENSE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Test-Data/Changes
2017-04-08 10:34:46 +00:00

20 lines
356 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Data
PORTVERSION= 1.241
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Test functions for particular variable types
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>