freebsd-ports/devel/p5-PathTools/Makefile
Sunpoet Po-Chuan Hsieh c739b19d0c Update to 3.75
- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/PathTools
2019-02-16 22:54:50 +00:00

24 lines
524 B
Makefile

# Created by: Donald Burr <dburr@FreeBSD.org>
# $FreeBSD$
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= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Cwd/Cwd.so
.include <bsd.port.mk>