bab23337fe
1.30 13 Jun 2020 - Maintainer update. Relicensed under the MIT License. Minor tweaks to build process. Added meta_merge information for GitHub. No functional changes.
16 lines
445 B
Makefile
16 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.32 2020/09/07 20:38:40 wiz Exp $
|
|
|
|
DISTNAME= CGI-Minimal-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/CGI-Minimal
|
|
COMMENT= Perl5 module for simple CGI scripts
|
|
LICENSE= mit
|
|
|
|
PERL5_PACKLIST= auto/CGI/Minimal/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|