21 lines
362 B
Makefile
21 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:44:55 sthen Exp $
|
|
|
|
COMMENT= OO processing of keyword-based argument lists
|
|
|
|
DISTNAME = Hash-AutoHash-Args-1.18
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= devel/p5-Hash-AutoHash
|
|
TEST_DEPENDS= devel/p5-Test-Deep
|
|
|
|
.include <bsd.port.mk>
|