aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Shorten-NotLong/Makefile
blob: 0b6d257bd692535b825a2deda3c4e501b8b4fad9 (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
# Created by: 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

NO_STAGE=	yes
.include <bsd.port.mk>