freebsd-ports/www/p5-WebService-Basecamp/Makefile

23 lines
481 B
Makefile

PORTNAME= WebService-Basecamp
PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the Basecamp API webservice
WWW= https://metacpan.org/release/WebService-Basecamp
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-XML-Simple>=0:textproc/p5-XML-Simple
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>