pkgsrc/devel/p5-IO-TieCombine/Makefile
he 850c78d1a7 Import devel/p5-IO-TieCombine version 1.000.
IO::TieCombine - produce tied (and other) separate but combined variables.
2008-11-02 14:48:01 +00:00

18 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/02 14:48:01 he Exp $
#
DISTNAME= IO-TieCombine-1.000
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-TieCombine/
COMMENT= Perl 5 module to produce tied separate but combined variables
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/IO/TieCombine/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"