19 lines
353 B
Makefile
19 lines
353 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:44:47 espie Exp $
|
|
|
|
COMMENT= interface to bit.ly shortening site
|
|
|
|
DISTNAME= WWW-Shorten-Bitly-1.14
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= converters/p5-JSON-Any \
|
|
textproc/p5-XML-Simple \
|
|
www/p5-WWW-Shorten
|
|
|
|
.include <bsd.port.mk>
|