aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Shorten-NotLong/Makefile
blob: a5003eb21510c674fb976986d92e4afc76cf2260 (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
# Created by: Sahil Tandon <sahil@tandon.net>
# $FreeBSD$

PORTNAME=	WWW-Shorten-NotLong
PORTVERSION=	9.99
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to the web site notlong.com

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

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}

DEPRECATED=	notlong.com is now dead
EXPIRATION_DATE=2015-08-31

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>