1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/p5-WWW-GitHub-Gist/Makefile
Sunpoet Po-Chuan Hsieh 2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00

24 lines
459 B
Makefile

# Created by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
# $FreeBSD$
PORTNAME= WWW-GitHub-Gist
PORTVERSION= 0.17
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to Gist
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-Moo>=0:${PORTSDIR}/devel/p5-Moo
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>