freebsd-ports/textproc/p5-Groonga-API/Makefile
Mathieu Arnold a80bed99ae Update to a more recent, githuby version. Also, sort the plist.
With hat:	perl@
Sponsored by:	Absolight
2015-04-24 21:46:37 +00:00

30 lines
721 B
Makefile

# $FreeBSD$
PORTNAME= Groonga-API
PORTVERSION= 0.03.20150303
CATEGORIES= textproc perl5
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for raw interface to Groonga
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= charsbar
GH_PROJECT= ${PORTNAME:tl}
GH_TAGNAME= 314060b
RUN_DEPENDS= \
p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \
p5-Path-Extended>0:${PORTSDIR}/devel/p5-Path-Extended \
p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences \
p5-Test-UseAllModules>=0.10:${PORTSDIR}/devel/p5-Test-UseAllModules
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libgroonga.so:${PORTSDIR}/textproc/groonga
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>