mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
5190f14f8d
- Fix COMMENT - Trim header
22 lines
574 B
Makefile
22 lines
574 B
Makefile
# Created by: Donald Burr <dburr@FreeBSD.ORG>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PathTools
|
|
PORTVERSION= 3.4000
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SMUELLER
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for portably manipulating file specifications
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Cwd.3 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>
|