53c049027f
p5-McBain (an API-driven self-documenting web framework), and p5-McBain-WithPSGI, a Plack/PSGI adapter for McBain. See: https://metacpan.org/pod/Brannigan https://metacpan.org/pod/McBain https://metacpan.org/pod/McBain-WithPSGI
20 lines
404 B
Makefile
20 lines
404 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Brannigan
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= devel www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:IDOPEREL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Comprehensive, flexible system for validating and parsing input
|
|
|
|
LICENSE= GPLv1 ART20
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|