openbsd-ports/devel/p5-Getargs-Long/Makefile
jasper c932f94b32 reset maintainership
as requested by maintainer
2011-10-04 07:40:15 +00:00

21 lines
398 B
Makefile

# $OpenBSD: Makefile,v 1.10 2011/10/04 07:40:15 jasper Exp $
COMMENT= parses long function arguments
MODULES= cpan
DISTNAME= Getargs-Long-1.1001
REVISION= 1
CATEGORIES= devel
USE_GROFF = Yes
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Log-Agent>=0.105
.include <bsd.port.mk>