a015f2e5d0
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
29 lines
633 B
Makefile
29 lines
633 B
Makefile
# New ports collection makefile for: devel/p5-Test-Data
|
|
# Date created: 18 March 2006
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Data
|
|
PORTVERSION= 1.22
|
|
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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::Data.3 \
|
|
Test::Data::Array.3 \
|
|
Test::Data::Function.3 \
|
|
Test::Data::Hash.3 \
|
|
Test::Data::Scalar.3
|
|
|
|
.include <bsd.port.mk>
|