mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
22 lines
506 B
Makefile
22 lines
506 B
Makefile
# Created by: Martin Jackson (mhjacks@swbell.net)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Shell-EnvImporter
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mhjacks@swbell.net
|
|
COMMENT= Inherit different shell environments and restore previous
|
|
|
|
RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Shell::EnvImporter.3 Shell::EnvImporter::Result.3 Shell::EnvImporter::Shell.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|