freebsd-ports/devel/p5-PathTools/Makefile
Mathieu Arnold 4bd57c285c Update to 0.86
Remove patch and use CONFIGURE_ARGS instead
Remove IGNORE as this version is newer than the ones in 5.6.1 and 5.8.0
Maintainer timeout (>1 month)
2003-10-07 10:20:10 +00:00

31 lines
690 B
Makefile

# New ports collection makefile for: p5-File-Spec
# Date created: November 22, 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= File-Spec
PORTVERSION= 0.86
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= dburr@FreeBSD.ORG
COMMENT= A Perl module for portably manipulating file specifications
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= INSTALLDIRS='site'
MAN3= File::Spec.3 \
File::Spec::Cygwin.3 \
File::Spec::Epoc.3 \
File::Spec::Functions.3 \
File::Spec::Mac.3 \
File::Spec::OS2.3 \
File::Spec::Unix.3 \
File::Spec::VMS.3 \
File::Spec::Win32.3
.include <bsd.port.mk>