1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/p5-Net-Todoist/Makefile
Frederic Culot 85f713e6fb - Update to 0.05
- Add LICENSE (Artistic 1 & GPL 1)

PR:		ports/189189
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2014-05-19 08:37:41 +00:00

23 lines
417 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-Todoist
PORTVERSION= 0.05
CATEGORIES= net www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Todoist API
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>