blob: 42b5c790cbd995fc814c16ffbf0fc2ec20c69835 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: p5-WWW-Shorten-NotLong
# Date created: November 24 2009
# Whom: Sahil Tandon <sahil@tandon.net>
#
# $FreeBSD$
#
PORTNAME= WWW-Shorten-NotLong
PORTVERSION= 2.00
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sahil@FreeBSD.org
COMMENT= A Perl interface to the web site notlong.com
BUILD_DEPENDS= p5-libwww>=5.75:${PORTSDIR}/www/p5-libwww \
p5-URI>=1.27:${PORTSDIR}/net/p5-URI \
p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= WWW::Shorten::NotLong.3
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|