mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
323117a18d
* Add license * pet portlint Sponsored by: Absolight
39 lines
1.3 KiB
Makefile
39 lines
1.3 KiB
Makefile
# Created by: simond@irrelevant.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= EBook-Tools
|
|
PORTVERSION= 0.4.9
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= simond@irrelevant.org
|
|
COMMENT= Object class for manipulating and generating E-books
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
|
|
p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \
|
|
p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \
|
|
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
|
p5-File-MimeInfo>=0:${PORTSDIR}/devel/p5-File-MimeInfo \
|
|
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
|
p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
|
|
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \
|
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
|
p5-Palm>=0:${PORTSDIR}/palm/p5-Palm \
|
|
p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
|
|
p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32 \
|
|
txt2html>=0:${PORTSDIR}/textproc/txt2html \
|
|
p5-version>=0:${PORTSDIR}/devel/p5-version \
|
|
p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/tidy4:${PORTSDIR}/www/tidy
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|