17 lines
288 B
Makefile
17 lines
288 B
Makefile
|
COMMENT = test functions for exception based code
|
||
|
|
||
|
DISTNAME = Test-Exception-0.43
|
||
|
CATEGORIES = devel
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
||
|
|
||
|
# perl_5
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-Sub-Uplevel>=0.18
|
||
|
|
||
|
.include <bsd.port.mk>
|