15 lines
255 B
Makefile
15 lines
255 B
Makefile
COMMENT= map subrequests to actions in Catalyst
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Catalyst-Plugin-SubRequest-0.21
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= www/p5-Catalyst-Runtime>=5.7012
|
|
|
|
MAKE_ENV= TEST_POD=yes
|
|
|
|
.include <bsd.port.mk>
|