1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/p5-File-pushd/Makefile
Sunpoet Po-Chuan Hsieh 037ae48c20 Add LICENSE_FILE
Approved by:	portmgr (blanket)
2017-05-22 17:18:54 +00:00

20 lines
328 B
Makefile

# $FreeBSD$
PORTNAME= File-pushd
PORTVERSION= 1.014
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= File::pushd - temporary chdir for a limited scope
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>