freebsd-ports/devel/p5-Shell-EnvImporter/Makefile
Cheng-Lung Sung 7941161302 - Update to 1.04
1.02 sources have been taken down from CPAN.
  Reported by distfiles survey (Bill Fenner)

PR:		ports/106624
Submitted by:	maintainer (Martin Jackson)
2006-12-14 09:10:54 +00:00

24 lines
710 B
Makefile

# New ports collection makefile for: devel/p5-Shell-EnvImporter
# Date created: 25 Aug 2006
# Whom: Martin Jackson (mhjacks@swbell.net)
#
# $FreeBSD$
#
PORTNAME= Shell-EnvImporter
PORTVERSION= 1.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Shell
PKGNAMEPREFIX= p5-
MAINTAINER= mhjacks@swbell.net
COMMENT= Inherit different shell environments, and restore previous
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker
PERL_CONFIGURE= yes
MAN3= Shell::EnvImporter.3 Shell::EnvImporter::Result.3 Shell::EnvImporter::Shell.3
.include <bsd.port.mk>