freebsd-ports/textproc/p5-XML-Declare/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
606 B
Makefile

# Created by: Anes Mukhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= XML-Declare
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anes@anes.su
COMMENT= Create XML documents with declaration style
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
p5-lib-abs>=0.90:devel/p5-lib-abs \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>