18 lines
342 B
Makefile
18 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.19 2016/03/20 19:56:37 naddy Exp $
|
|
|
|
COMMENT = test functions for exception based code
|
|
|
|
DISTNAME = Test-Exception-0.43
|
|
CATEGORIES = devel
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
# perl_5
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Uplevel>=0.18
|
|
|
|
.include <bsd.port.mk>
|