were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
23 lines
572 B
Makefile
23 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/05/02 16:21:45 reed Exp $
|
|
#
|
|
|
|
DISTNAME= CGI-Lite-2.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cgl
|
|
PKGREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
MAINTAINER= bad@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CGI-Lite/
|
|
COMMENT= Simple perl5 module for writing forms-based CGI programs
|
|
|
|
PREV_PKGPATH= www/p5-CGI_Lite
|
|
SUPERSEDES= p5-CGI_Lite-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/CGI/Lite/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|