mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
27 lines
489 B
Makefile
27 lines
489 B
Makefile
# New ports collection makefile for: devel/p5-Test-File
|
|
# Date created: 18 March 2005
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-File
|
|
PORTVERSION= 1.34
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Test file attributes
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Manifest>=1.14:${PORTSDIR}/devel/p5-Test-Manifest
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::File.3
|
|
|
|
.include <bsd.port.mk>
|