blob: 68880d76806043e028d15d3400db3ff803e3bbe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: chinsan
# $FreeBSD$
PORTNAME= Tie-TinyURL
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Tied interface to TinyURL.com
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Tie::TinyURL.3
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|