freebsd-ports/devel/p5-Test-Data/Makefile
Sunpoet Po-Chuan Hsieh 2c8df6e1be Update to 1.242
- Update LICENSE
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Test-Data/Changes
2018-04-27 18:52:45 +00:00

20 lines
363 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Data
PORTVERSION= 1.242
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Test functions for particular variable types
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>