blob: 4436e03bd2e5d381125a7f8718295d35254f6c5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:24 jlam Exp $
#
DISTNAME= CGI.pm-2.66
PKGNAME= p5-CGI-2.66
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= christos@netbsd.org
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/.packlist
# Our perl packages install their own versions of this perl5 module.
# We need to remove this from our perl installations first.
#
CONFLICTS= perl-5.*
pre-configure:
${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"
|