24 lines
359 B
Makefile
24 lines
359 B
Makefile
|
COMMENT = make try/catch syntax available
|
||
|
|
||
|
DISTNAME = Feature-Compat-Try-0.05
|
||
|
CPAN_AUTHOR = PEVANS
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-Syntax-Keyword-Try>=0.27
|
||
|
|
||
|
CONFIGURE_STYLE = modbuild
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
MAKE_ENV = TEST_POD=Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|