pkgsrc/www/p5-CGI-Simple/Makefile
sno 558727c7c8 pkgsrc changes:
- Updating package of p5 module for CGI::Simple from 1.109 to 1.112
  - Adjusting dependencies according to META:yaml
  - Setting LICENSE=${PERL5_LICENSE} according to META.yaml

Upstream changes since 1.109:
1.110   2009-05-24
      - Added missing test to manifest / distro.
      - Added a test to ensure the manifest is consistent.
      - Migrated to git.

1.111   2009-05-28
      - Implemented Michael Nachbaur fixes for multipart form data
        handling.

1.112   2009-05-31
      - (thanks bingos) added missing IO::Scalar dependency.
2009-06-12 07:45:56 +00:00

21 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/06/12 07:45:56 sno Exp $
DISTNAME= CGI-Simple-1.112
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cgs
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CGI-Simple/
COMMENT= Simple totally OO CGI interface that is CGI.pm compliant
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/CGI/Simple/.packlist
PERL5_MODULE_TYPE= Module::Build
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"