freebsd-ports/devel/p5-Filter/Makefile
Erwin Lansing ee9a3f5e6d Update to 1.30
Prodded by:	mat
2003-10-14 11:21:58 +00:00

29 lines
596 B
Makefile

# New ports collection makefile for: p5-Filter
# Date created: June 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Filter
PORTVERSION= 1.30
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filter
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= A number of source filters for perl5 programs
PERL_CONFIGURE= yes
MAN3= Filter::Util::Call.3 \
Filter::Util::Exec.3 \
Filter::cpp.3 \
Filter::decrypt.3 \
Filter::exec.3 \
Filter::sh.3 \
Filter::tee.3 \
perlfilter.3
.include <bsd.port.mk>