mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
22 lines
463 B
Makefile
22 lines
463 B
Makefile
# $FreeBSD: head/www/p5-Router-Boom/Makefile 412351 2016-04-01 14:33:55Z mat $
|
|
|
|
PORTNAME= Router-Boom
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for fast routing engine for web applications
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Class-Accessor-Lite>=0.05:perl/p5-Class-Accessor-Lite
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|