summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Shorten-isgd/Makefile
blob: 64b4135e76ac5e185b025032bbc093f7dba7ebba (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
# Created by: Masafumi NAKANE <max@FreeBSD.org>
# $FreeBSD$

PORTNAME=	WWW-Shorten-isgd
PORTVERSION=	0.02
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	culot@FreeBSD.org
COMMENT=	Abstract interface to is.gd, one of URL shortening sites

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-WWW-Shorten>=1.97:www/p5-WWW-Shorten

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>