mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
cb41fc6623
Sponsored by: Absolight
24 lines
434 B
Makefile
24 lines
434 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|