ports/devel/p5-Routes-Tiny/Makefile
Po-Chuan Hsieh 1e5d2c1e7c
devel/p5-Routes-Tiny: Remove LICENSE_FILE
The LICENSE file contains Artistic License version 1.0 and GNU General Public
License version 1, not Artistic License version 2.0.
2021-06-25 21:35:15 +08:00

20 lines
351 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
USES= perl5
USE_PERL5= modbuildtiny
NO_ARCH= yes
.include <bsd.port.mk>