8add81e8e8
Perl interface to the goo.gl URL shortening service. Googl simply maintains a database of long URLs, each of which has a unique identifier. ok sthen@
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/08/18 11:47:42 jasper Exp $
|
|
|
|
COMMENT= interface to goo.gl shortening site
|
|
|
|
DISTNAME= WWW-Shorten-Googl-1.02
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= converters/p5-JSON-Any \
|
|
www/p5-WWW-Shorten
|
|
|
|
.include <bsd.port.mk>
|