2008-09-07 04:08:31 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Test-TempDir
|
|
|
|
# Date created: 2008/09/06
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Test-TempDir
|
2009-08-31 13:47:34 +02:00
|
|
|
PORTVERSION= 0.05
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 15:45:49 +01:00
|
|
|
PORTREVISION= 1
|
2008-09-07 04:08:31 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-09-07 04:08:31 +02:00
|
|
|
COMMENT= Temporary files support for testing
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
|
2009-08-31 13:47:34 +02:00
|
|
|
p5-File-Path>=2.04:${PORTSDIR}/devel/p5-File-Path \
|
2008-09-07 04:08:31 +02:00
|
|
|
p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \
|
2009-08-31 13:47:34 +02:00
|
|
|
p5-Moose>=0.87:${PORTSDIR}/devel/p5-Moose \
|
2008-09-07 04:08:31 +02:00
|
|
|
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
|
|
|
|
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
2009-08-31 13:47:34 +02:00
|
|
|
p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean
|
2008-09-07 04:08:31 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Test::TempDir.3 Test::TempDir::Factory.3 Test::TempDir::Handle.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|