3a1c6d10f6
lines in ports Makefiles
24 lines
450 B
Makefile
24 lines
450 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/10/15 15:06:42 sthen Exp $
|
|
|
|
COMMENT= OO processing of keyword-based argument lists
|
|
|
|
DISTNAME= Hash-AutoHash-Args-1.12
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Hash-AutoHash
|
|
REGRESS_DEPENDS= devel/p5-Test-Deep
|
|
|
|
.include <bsd.port.mk>
|