New port: p5-HTTP-Server-Simple-Mason.
An abstract baseclass for a standalone mason server.
This commit is contained in:
parent
f0ba9c83e5
commit
4a40e3b929
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134296
5 changed files with 39 additions and 0 deletions
|
@ -504,6 +504,7 @@
|
|||
SUBDIR += p5-HTTP-Proxy
|
||||
SUBDIR += p5-HTTP-Recorder
|
||||
SUBDIR += p5-HTTP-Server-Simple
|
||||
SUBDIR += p5-HTTP-Server-Simple-Mason
|
||||
SUBDIR += p5-HTTP-Server-Simple-Static
|
||||
SUBDIR += p5-HTTP-WebTest
|
||||
SUBDIR += p5-HTTPD-Log-Filter
|
||||
|
|
31
www/p5-HTTP-Server-Simple-Mason/Makefile
Normal file
31
www/p5-HTTP-Server-Simple-Mason/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: HTTP::Server::Simple::Mason
|
||||
# Date created: 28 April 2005
|
||||
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTTP-Server-Simple-Mason
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTTP
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= An abstract baseclass for a standalone mason server
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
||||
${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE=yes
|
||||
|
||||
MAN3= HTTP::Server::Simple::Mason.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8, and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
www/p5-HTTP-Server-Simple-Mason/distinfo
Normal file
2
www/p5-HTTP-Server-Simple-Mason/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (HTTP-Server-Simple-Mason-0.03.tar.gz) = e2b981eea959bd45309c464a56823886
|
||||
SIZE (HTTP-Server-Simple-Mason-0.03.tar.gz) = 11170
|
1
www/p5-HTTP-Server-Simple-Mason/pkg-descr
Normal file
1
www/p5-HTTP-Server-Simple-Mason/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
An abstract baseclass for a standalone mason server.
|
4
www/p5-HTTP-Server-Simple-Mason/pkg-plist
Normal file
4
www/p5-HTTP-Server-Simple-Mason/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/HTTP/Server/Simple/Mason.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server/Simple 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/HTTP 2>/dev/null || true
|
Loading…
Reference in a new issue