20 lines
369 B
Makefile
20 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.3 2014/10/25 14:25:21 nigel Exp $
|
|
|
|
COMMENT= interface to goo.gl shortening site
|
|
|
|
DISTNAME= WWW-Shorten-Googl-1.02
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= converters/p5-JSON-Any \
|
|
www/p5-LWP-Protocol-https \
|
|
www/p5-WWW-Shorten
|
|
|
|
.include <bsd.port.mk>
|