aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PathTools/Makefile
blob: b2c8356423b726944527142c5d21c528889620af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

USES=		perl5
USE_PERL5=	configure

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

NO_STAGE=	yes
.include <bsd.port.mk>