1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/textproc/p5-XML-Parser-Style-Elemental/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

23 lines
430 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= XML-Parser-Style-Elemental
PORTVERSION= 0.50
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TIMA
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= More advanced and flexible object tree style for XML::Parser
LICENSE= ART10
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>