mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
21 lines
364 B
Makefile
21 lines
364 B
Makefile
# Created by: chinsan
|
|
|
|
PORTNAME= Tie-TinyURL
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Tied interface to TinyURL.com
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
CONFIGURE_ARGS= </dev/null
|
|
|
|
.include <bsd.port.mk>
|