16 lines
292 B
Makefile
16 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.13 2014/03/20 06:53:26 jasper Exp $
|
|
|
|
COMMENT= parses long function arguments
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Getargs-Long-1.1003
|
|
CATEGORIES= devel
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Log-Agent>=0.105
|
|
|
|
.include <bsd.port.mk>
|