2012-10-03 20:31:53 +02:00
|
|
|
# Created by: George Hartzell <hartzell@alerce.com>
|
2006-12-05 09:12:31 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= CGI-Application-Plugin-AutoRunmode
|
2012-08-25 15:40:14 +02:00
|
|
|
PORTVERSION= 0.18
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-12-05 09:12:31 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-12-05 09:12:31 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2006-12-05 09:12:31 +01:00
|
|
|
COMMENT= CGI::App plugin to automatically register runmodes
|
|
|
|
|
2014-04-26 20:14:21 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= p5-CGI-Application>=0:www/p5-CGI-Application
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-12-05 09:12:31 +01:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-12-05 09:12:31 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|