freebsd-ports/textproc/p5-XML-Catalog/Makefile
Frederic Culot 282b47a589 - Update to 1.0.0
- Add LICENSE (Artistic 1 & GPL 1)
- Support staging
- Canonicalize creator's name
- Take maintainership

Changes:	http://search.cpan.org/dist/XML-Catalog/Changes
2013-10-07 16:44:15 +00:00

27 lines
673 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-Catalog
PORTVERSION= 1.0.0
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= culot@FreeBSD.org
COMMENT= Resolve public identifiers and remap system identifiers
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
USE_DOS2UNIX= Catalog.pm
.include <bsd.port.mk>