blob: 106e5a798cd73c5cfd6673d7756e4766fdfd7a33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Donald Burr <dburr@FreeBSD.org>
# $FreeBSD$
PORTNAME= PathTools
PORTVERSION= 3.4700
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
.include <bsd.port.mk>
|