opnsense-ports/www/p5-WebService-Redmine/Makefile
Franco Fichtner ab638330a3 */*: sync with upstream
Taken from: HardenedBSD
2018-07-10 15:45:37 +02:00

20 lines
399 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= WebService-Redmine
PORTVERSION= 0.06
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to Redmine
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libwww>0:www/p5-libwww \
p5-JSON-XS>0:converters/p5-JSON-XS
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>