mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
520c138566
PR: ports/165843 Submitted by: wen Approved by: maintainer (timeout, 47 days)
24 lines
408 B
Makefile
24 lines
408 B
Makefile
# New ports collection makefile for: Config::Fast
|
|
# Date created: 25 Nov 2007
|
|
# Whom: Xavier Beaudouin <kiwi@oav.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Dir
|
|
PORTVERSION= 1.014
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kiwi@oav.net
|
|
COMMENT= Test directory attributes
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::Dir.3 \
|
|
Test::Dir::Base.3 \
|
|
Test::Folder.3
|
|
|
|
.include <bsd.port.mk>
|