head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.29;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2009.02.24.13.29.22;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.03.21.30.38;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.06.13.12.40;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.07.06.12.35;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.23.06.13.40;	author sada;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	cgi-lib.pl
# Date created:		23 June 2002
# Whom:			sada
#
# $FreeBSD: head/www/cgi-lib.pl/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	cgi-lib_pl
PORTVERSION=	2.18
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	sada
DISTNAME=	cgi-lib.pl-${PORTVERSION}
EXTRACT_SUFX=	.gz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	De facto standard library for creating CGI in perl

USE_PERL5=	YES
NO_BUILD=	YES
NO_WRKSUBDIR=	YES
PLIST_FILES=	%%SITE_PERL%%/cgi-lib.pl
EXTRACT_AFTER_ARGS=	> cgi-lib.pl

INSTALL_BASE=	${SITE_PERL_REL}
INSTALL_DIR=	${PREFIX}/${INSTALL_BASE}

do-install:
	-${MKDIR} ${INSTALL_DIR}
	${INSTALL_DATA} ${WRKDIR}/cgi-lib.pl ${INSTALL_DIR}

.include <bsd.port.mk>
@


1.5
log
@Use variables SITE_PERL and SITE_PERL_REL where appropriate.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Reset inactive maintainer.  Thanks for your work in the past!
@
text
@d25 1
a25 1
INSTALL_BASE=	lib/perl5/site_perl/${PERL_VER}
@


1.3
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d16 1
a16 1
MAINTAINER=	sada@@FreeBSD.org
@


1.2
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d22 1
@


1.1
log
@Add new port: www/cgi-lib.pl .
cgi-lib.pl is a popular perl library for creating CGI.

Approved by:	DougB
@
text
@d17 1
@

