4a0e5379df
- Update LICENSE - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Brannigan/Changes
22 lines
487 B
Makefile
22 lines
487 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Brannigan
|
|
PORTVERSION= 1.1.00001
|
|
CATEGORIES= devel www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:IDOPEREL
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Comprehensive, flexible system for validating and parsing input
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|