1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/p5-WWW-LongURL/Makefile
Andrej Zverev 795711ff1b - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:31:10 +00:00

28 lines
626 B
Makefile

# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>
# $FreeBSD$
PORTNAME= WWW-LongURL
PORTVERSION= 0.05
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mhsin@mhsin.org
COMMENT= Perl interface to the LongURL API
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \
p5-URI>0:${PORTSDIR}/net/p5-URI \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-LWP-Online>0:${PORTSDIR}/www/p5-LWP-Online
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>