1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/p5-ODF-lpOD/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

28 lines
618 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= ODF-lpOD
PORTVERSION= 1.126
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= OpenDocument management interface
LICENSE= GPLv2
BUILD_DEPENDS= p5-Archive-Zip>=1.30:archivers/p5-Archive-Zip \
p5-XML-Twig>=3.37:textproc/p5-XML-Twig \
p5-File-Type>=0:devel/p5-File-Type \
p5-Image-Size>=0:graphics/p5-Image-Size \
p5-libwww>=0:www/p5-libwww \
p5-File-Slurp>=0:devel/p5-File-Slurp
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>