freebsd-ports/www/p5-CGI-Application/Makefile

28 lines
653 B
Makefile
Raw Normal View History

# New ports collection makefile for: CGI-Application
# Date created: Mon Jan 1 10:52:22 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= CGI-Application
PORTVERSION= 2.1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= petef@FreeBSD.org
BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= CGI::Application.3
.include <bsd.port.mk>