1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/print/p5-XML-Handler-AxPoint/Makefile
Sunpoet Po-Chuan Hsieh ce087ba3cb Add missing PKGNAMEPREFIX
- Update PORTSCOUT
2017-07-08 13:53:18 +00:00

31 lines
657 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= XML-Handler-AxPoint
PORTVERSION= 1.5
CATEGORIES= print perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MSERGEANT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= XML Based Presentations
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-PDFLib>=0.14:print/p5-PDFLib \
p5-Text-Iconv>=0:converters/p5-Text-Iconv \
p5-XML-Filter-XSLT>=0:textproc/p5-XML-Filter-XSLT \
p5-XML-SAX>=0.09:textproc/p5-XML-SAX \
p5-XML-SAX-Writer>=0.39:textproc/p5-XML-SAX-Writer
RUN_DEPENDS:= ${BUILD_DEPENDS}
PORTSCOUT= skipv:1.21,1.30
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>