summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Shorten-NotLong/Makefile
blob: 2141e9e59237b625d73130d51e0c6afbaf4e09c3 (plain)
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
# 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

PERL_CONFIGURE=	yes

.include <bsd.port.mk>