freebsd-ports/net/p5-Net-Jaiku/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

24 lines
598 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
# $FreeBSD$
PORTNAME= Net-Jaiku
PORTVERSION= 0.0501
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to jaiku.com's API
RUN_DEPENDS= p5-libwww>=5.805:www/p5-libwww \
p5-JSON-Any>0:converters/p5-JSON-Any \
p5-Params-Validate>0:devel/p5-Params-Validate
BUILD_DEPENDS= p5-libwww>=5.805:www/p5-libwww \
p5-JSON-Any>0:converters/p5-JSON-Any \
p5-Params-Validate>0:devel/p5-Params-Validate
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>