pkgsrc/devel/p5-Lexical-Persistence/Makefile
sno 8ed7226a50 Updating package for p5 module Lexical::Persistence from 0.98 to 1.01
pkgsrc changes:
  - Adding license (perl5 license)

Upstream changes:
=================================
2009-07-27T16:08:44.238440Z v1_01
=================================

  2009-07-27 16:08:19 (r22) by rcaputo; lib/Lexical/Persistence.pm M

    Reorganize documentation links.

  2009-07-27 04:48:07 (r21) by rcaputo
  lib/Lexical/Persistence.pm M; Makefile.PL M

    Added a machine-readable repository directory to the distribution.
    Documented the bug tracker, repository, and other resource URLs.

  2008-12-15 16:19:56 (r20) by rcaputo; Makefile.PL M

    Keep UTF8 out of the README, because that messes up the SYNOPSIS.
2009-08-09 11:41:42 +00:00

23 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/08/09 11:41:42 sno Exp $
#
DISTNAME= Lexical-Persistence-1.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lexical/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Lexical-Persistence/
COMMENT= Perl 5 module providing persistent lexical variables
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Lexical/Persistence/.packlist
DEPENDS+= p5-Devel-LexAlias>=0.04:../../devel/p5-Devel-LexAlias
DEPENDS+= p5-PadWalker>=1.1:../../devel/p5-PadWalker
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"