22 lines
437 B
Makefile
22 lines
437 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Router-Simple-Sinatraish
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for Sinatra-ish routers on Router::Simple
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Router-Simple>=0.09:${PORTSDIR}/www/p5-Router-Simple
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
MAN3= Router::Simple::Sinatraish.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|