mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
795711ff1b
Approved by: portmgr (blanket infrastructure)
28 lines
626 B
Makefile
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>
|