mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
378 B
Makefile
19 lines
378 B
Makefile
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>
|