freebsd-ports/devel/p5-Filter/Makefile

30 lines
596 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Filter
# Date created: June 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= Filter
2003-10-14 13:21:58 +02:00
PORTVERSION= 1.30
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filter
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
2003-06-12 18:41:16 +02:00
MAINTAINER= erwin@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= A number of source filters for perl5 programs
PERL_CONFIGURE= yes
2001-04-09 06:15:13 +02:00
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>