mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
25 lines
534 B
Makefile
25 lines
534 B
Makefile
# Created by: Donald Burr <dburr@FreeBSD.org>
|
|
|
|
PORTNAME= PathTools
|
|
PORTVERSION= 3.7500
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:XSAWYERX
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C|00$||}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl module for portably manipulating file specifications
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cpe perl5
|
|
USE_PERL5= configure
|
|
|
|
CPE_VENDOR= perl
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Cwd/Cwd.so
|
|
|
|
.include <bsd.port.mk>
|