18 lines
320 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2016/03/20 19:56:24 naddy Exp $
COMMENT= parses long function arguments
MODULES= cpan
PKG_ARCH= *
2015-06-11 09:16:17 +00:00
DISTNAME = Getargs-Long-1.1007
CATEGORIES= devel
2015-06-11 09:16:17 +00:00
# perl
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Log-Agent>=0.105 \
www/p5-URI
.include <bsd.port.mk>