freebsd-ports/devel/p5-Routes-Tiny/Makefile
Sunpoet Po-Chuan Hsieh 8fb4f7cbf6 Add p5-Routes-Tiny 0.21
Routes::Tiny is a lightweight routes implementation. It aims to be easy to use
in any web framework.

WWW: http://search.cpan.org/dist/Routes-Tiny/
2018-04-07 16:32:02 +00:00

21 lines
394 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Routes-Tiny
PORTVERSION= 0.21
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VTI
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lightweight routes implementation
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_PERL5= modbuildtiny
USES= perl5
.include <bsd.port.mk>