mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
22 lines
353 B
Makefile
22 lines
353 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Test::Dir.3 \
|
|
Test::Dir::Base.3 \
|
|
Test::Folder.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|