pkgsrc/devel/p5-Storable/Makefile
mjl c997e0436c Update to 1.0.14
This is the LAST maintenance release of the Storable module.
        Indeed, Storable is now part of perl 5.8, and will be maintained
        as part of Perl.  The CPAN module will remain available there
        for people running pre-5.8 perls.

        Avoid requiring Fcntl upfront, useful to embedded runtimes.
        Use an eval {} for testing, instead of making Storable.pm
        simply fail its compilation in the BEGIN block.

        store_fd() will now correctly autoflush file if needed.
2001-12-04 01:30:59 +00:00

19 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/12/04 01:30:59 mjl Exp $
DISTNAME= Storable-1.0.14
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sto
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Storable/}
MAINTAINER= packages@netbsd.org
COMMENT= Perl extension module for persistent data storage
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Storable/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"