17 lines
331 B
Makefile
17 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.18 2016/01/07 06:12:57 afresh1 Exp $
|
|
|
|
COMMENT = test functions for exception based code
|
|
|
|
DISTNAME = Test-Exception-0.43
|
|
CATEGORIES = devel
|
|
MODULES = cpan
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
# perl_5
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Uplevel>=0.18
|
|
|
|
.include <bsd.port.mk>
|