72ea7e696b
With hat: portmgr Sponsored by: Absolight
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Router-Simple-Sinatraish
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 1
|
|
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:www/p5-Router-Simple
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|