freebsd-ports/devel/p5-Test-Data/Makefile
Andrej Zverev 5010cb0eda - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 13:26:14 +00:00

20 lines
437 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Data
PORTVERSION= 1.23
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BDFOY
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Test functions for particular variable types
RUN_DEPENDS= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>