head	1.11;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.11
date	2013.03.18.16.26.36;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.10.03.18.31.53;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2012.08.03.15.54.35;	author cs;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.30.14.31.00;	author az;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.37.29;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.17.06.50.15;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.22.14.24.38;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.29.39;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.10.30;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.08.01.48.45;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314460
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: George Hartzell <hartzell@@alerce.com>
# $FreeBSD: head/www/p5-CGI-Application-Plugin-LinkIntegrity/Makefile 314460 2013-03-17 16:44:03Z eadler $

PORTNAME=	CGI-Application-Plugin-LinkIntegrity
PORTVERSION=	0.06
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Make tamper-resistent links in CGI::Application

BUILD_DEPENDS=	p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
		p5-CGI-Application-Plugin-AutoRunmode>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes

MAN3=	CGI::Application::Plugin::LinkIntegrity.3

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/p5-CGI-Application-Plugin-LinkIntegrity/Makefile 305216 2012-10-03 18:31:53Z tabthorpe $
d11 1
a11 1
MAINTAINER=	ports@@FReeBSD.org
@


1.9
log
@SVN rev 305216 on 2012-10-03 18:31:53Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.8
log
@SVN rev 301960 on 2012-08-03 15:54:35Z by cs

Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@@ (implicit)
@
text
@d1 1
a1 4
# New ports collection makefile for:	www/p5-CGI-Application-Plugin-LinkIntegrity
# Date created:				15 September 2005
# Whom:					George Hartzell <hartzell@@alerce.com>
#
a2 1
#
d11 1
a11 1
MAINTAINER=	hartzell@@alerce.com
@


1.7
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d16 1
a16 1
COMMENT=	Make tamper-resisistent links in CGI::Application
@


1.6
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 4
a21 4
BUILD_DEPENDS=	${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC \
		${SITE_PERL}/CGI/Application/Plugin/AutoRunmode.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode
@


1.5
log
@- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 2).

Approved by:	portmgr (itetcu)
@
text
@d24 1
a24 1
PERL_MODBUILD=	5.8.0+
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d10 1
a20 1
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.1
log
@Add p5-CGI-Application-Plugin-LinkIntegrity 0.06, make
tamper-resisistent links in CGI::Application.

PR:		ports/103382
Submitted by:	George Hartzell <hartzell at alerce.com>
@
text
@d25 1
a25 1
PERL_MODBUILD=	yes
d29 1
a29 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE=	requires Perl 5.8 or newer. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@

