head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.06.05.03.10.23;	author az;	state Exp;
branches;
next	1.12;

1.12
date	2012.01.21.17.39.33;	author eadler;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.22.00.38.18;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2007.04.06.06.48.44;	author gabor;	state Exp;
branches;
next	1.9;

1.9
date	2004.12.05.07.34.31;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2003.10.24.12.05.00;	author ijliao;	state Exp;
branches;
next	1.7;

1.7
date	2003.09.05.09.51.30;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.20.19.15.35;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.10.16.48.31;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.06.22.47.24;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2001.11.06.06.27.00;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.08.24.21.32.54;	author tobez;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.28.06.28.47;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	p5-libservlet
# Date created:			Jul 28, 2001
# Whom:				ijliao
#
# $FreeBSD: head/www/p5-libservlet/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	libservlet
PORTVERSION=	0.9.2
CATEGORIES=	www perl5
MASTER_SITES=	SF
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Servlet API for Perl

BUILD_DEPENDS=	p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Servlet.3 \
	Servlet::Config.3 \
	Servlet::Http::Cookie.3 \
	Servlet::Http::HttpServlet.3 \
	Servlet::Http::HttpServletRequest.3 \
	Servlet::Http::HttpServletRequestWrapper.3 \
	Servlet::Http::HttpServletResponse.3 \
	Servlet::Http::HttpServletResponseWrapper.3 \
	Servlet::Http::HttpSession.3 \
	Servlet::Http::HttpSessionActivationListener.3 \
	Servlet::Http::HttpSessionAttributesListener.3 \
	Servlet::Http::HttpSessionBindingEvent.3 \
	Servlet::Http::HttpSessionBindingListener.3 \
	Servlet::Http::HttpSessionEvent.3 \
	Servlet::Http::HttpSessionListener.3 \
	Servlet::Util::Event.3 \
	Servlet::Util::Exception.3 \
	Servlet::Util::Principal.3 \
	Servlet::Filter.3 \
	Servlet::FilterChain.3 \
	Servlet::FilterConfig.3 \
	Servlet::GenericServlet.3 \
	Servlet::RequestDispatcher.3 \
	Servlet::Servlet.3 \
	Servlet::ServletConfig.3 \
	Servlet::ServletContext.3 \
	Servlet::ServletContextAttributeEvent.3 \
	Servlet::ServletContextAttributeListener.3 \
	Servlet::ServletContextEvent.3 \
	Servlet::ServletContextListener.3 \
	Servlet::ServletException.3 \
	Servlet::ServletInputStream.3 \
	Servlet::ServletOutputStream.3 \
	Servlet::ServletRequest.3 \
	Servlet::ServletRequestWrapper.3 \
	Servlet::ServletResponse.3 \
	Servlet::ServletResponseWrapper.3 \
	Servlet::SingleThreadModel.3 \
	Servlet::UnavailableException.3 \

.include <bsd.port.mk>
@


1.13
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.12
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class
@


1.11
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.10
log
@- Remove old Perl support from unmaintained ports in categories starting
  with letter o-z
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.9
log
@- fix pkg-plist
[http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/p5-libservlet-0.9.2.log]
@
text
@d64 1
a64 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		"needs at least perl 5.6.1 to build"
.endif

.include <bsd.port.post.mk>
@


1.8
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d25 1
d44 1
d48 1
@


1.7
log
@Mark IGNORE for older perls

PR:		56466
Submitted by:	bento, Mark Linimon <linimon@@lonesome.com>
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class
a23 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.6
log
@De-pkg-comment.
@
text
@d62 7
a68 1
.include <bsd.port.mk>
@


1.5
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d17 1
@


1.4
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	Servlet API for Perl

@


1.3
log
@upgrade to 0.9.2
sort man pages
drop maintainership
@
text
@d18 2
@


1.2
log
@Remove redundant USE_PERL5 statements.
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/p5-libservlet/Makefile,v 1.1 2001/07/28 06:28:47 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.9.1
d16 1
a16 1
MAINTAINER=	ijliao@@FreeBSD.org
d25 3
a27 3
	Servlet::ServletException.3 \
	Servlet::Util::Event.3 \
	Servlet::Http::HttpSession.3 \
d30 6
a35 1
	Servlet::Http::HttpServlet.3 \
a36 12
	Servlet::ServletContextEvent.3 \
	Servlet::ServletContextListener.3 \
	Servlet::ServletContextAttributeListener.3 \
	Servlet::Http::Cookie.3 \
	Servlet::ServletOutputStream.3 \
	Servlet::Servlet.3 \
	Servlet::GenericServlet.3 \
	Servlet::ServletResponse.3 \
	Servlet::UnavailableException.3 \
	Servlet::Http::HttpSessionAttributesListener.3 \
	Servlet::Filter.3 \
	Servlet::ServletRequestWrapper.3 \
d38 1
a38 1
	Servlet::Http::HttpServletResponseWrapper.3 \
d40 2
a41 1
	Servlet::SingleThreadModel.3 \
d43 4
a46 2
	Servlet::Http::HttpServletRequest.3 \
	Servlet::Http::HttpSessionBindingEvent.3 \
d48 6
a53 2
	Servlet::ServletContext.3 \
	Servlet::Http::HttpSessionActivationListener.3 \
d55 2
a56 2
	Servlet::ServletInputStream.3 \
	Servlet::Http::HttpSessionBindingListener.3 \
d58 2
a59 1
	Servlet::RequestDispatcher.3
@


1.1
log
@add p5-libservlet
Servlet API for Perl
@
text
@d6 1
a6 1
# $FreeBSD$
a20 1
USE_PERL5=	yes
@

