mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
24 lines
517 B
Makefile
24 lines
517 B
Makefile
# Created by: Donald Burr <dburr@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PathTools
|
|
PORTVERSION= 3.6200
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RJBS
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C|00$||}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for portably manipulating file specifications
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Cwd/Cwd.so
|
|
|
|
.include <bsd.port.mk>
|