freebsd-ports/devel/p5-Test-File/Makefile

23 lines
390 B
Makefile
Raw Normal View History

# New ports collection makefile for: devel/p5-Test-File
# Date created: 18 March 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-File
2009-06-16 08:24:19 +02:00
PORTVERSION= 1.29
PORTREVISION= 1
CATEGORIES= devel perl5
2007-10-29 15:20:45 +01:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Test file attributes
PERL_CONFIGURE= yes
2009-06-16 08:24:19 +02:00
MAN3= Test::File.3
.include <bsd.port.mk>