20 lines
328 B
Makefile
20 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= File-pushd
|
|
PORTVERSION= 1.016
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@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>
|