freebsd-ports/devel/p5-Shell-Source/Makefile
Martin Wilke f21f4c823f The Shell::Source allows arbitrary shell scripts, or other programs for
that matter, to be run and their environment to be inherited into a Perl
program.

WWW: http://search.cpan.org/dist/Shell-Source/

PR:		ports/102021
Submitted by:	Timur I. Bakeyev <timur(at)com.bat.ru>
Approved by:	krion (mentor)
2006-08-17 21:08:54 +00:00

22 lines
528 B
Makefile

# New ports collection makefile for: devel/p5-Shell-Source
# Date created: 1 Aug 2006
# Whom: Timur I. Bakeyev <bat@cpan.org>
#
# $FreeBSD$
#
PORTNAME= Shell-Source
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Shell
PKGNAMEPREFIX= p5-
MAINTAINER= bat@cpan.org
COMMENT= Shell::Source - run programs and inherit environment changes
PERL_CONFIGURE= yes
MAN3= Shell::Source.3
.include <bsd.port.mk>