22 lines
434 B
Makefile
Raw Normal View History

2017-06-02 07:41:47 +00:00
# $OpenBSD: Makefile,v 1.5 2017/06/02 07:41:47 benoit Exp $
2017-06-02 07:41:47 +00:00
COMMENT = interface to bit.ly shortening site
2017-06-02 07:41:47 +00:00
DISTNAME = WWW-Shorten-Bitly-2.001
CATEGORIES = www
# Perl
2017-06-02 07:41:47 +00:00
PERMIT_PACKAGE_CDROM = Yes
2017-06-02 07:41:47 +00:00
MODULES = cpan
PKG_ARCH = *
2017-06-02 07:41:47 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = converters/p5-JSON-MaybeXS \
www/p5-WWW-Shorten \
devel/p5-Path-Tiny \
devel/p5-File-HomeDir \
www/p5-LWP-Protocol-https
.include <bsd.port.mk>