freebsd-ports/www/p5-WebService-Redmine/Makefile
2021-04-06 16:31:07 +02:00

19 lines
387 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
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>