freebsd-ports/textproc/p5-XML-NamespaceSupport/Makefile
Sergey Skvortsov c0670972f3 Updated to 1.08
2003-02-27 09:19:38 +00:00

23 lines
510 B
Makefile

# New ports collection makefile for: XML::NamespaceSupport
# Date created: 19 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-NamespaceSupport
PORTVERSION= 1.08
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= A simple generic namespace support class
PERL_CONFIGURE= yes
MAN3= XML::NamespaceSupport.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>