freebsd-ports/textproc/p5-XML-Filter-Base/Makefile
Anton Berezin 091d41d4a5 Add p5-XML-Filter-Base 0.01, base class for XML::Filter modules.
PR:		32132
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-20 20:24:27 +00:00

23 lines
445 B
Makefile

# New ports collection makefile for: XML::Filter::Base
# Date created: 20 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-Filter-Base
PORTVERSION= 0.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
PERL_CONFIGURE= yes
MAN3= XML::Filter::Base.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>