pkgsrc/devel/p5-Sub-Install/Makefile
abs 2587aeaa47 Added devel/p5-Sub-Install version 0.924
This module provides a simple routine for installing code into
packages without looking at typeglobs or thinking about warnings
or strictures.

It also doesn't muddy up UNIVERSAL.
2007-06-10 11:38:21 +00:00

15 lines
435 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:38:21 abs Exp $
DISTNAME= Sub-Install-0.924
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sub-Install/
COMMENT= Install subroutines into packages easily
PERL5_PACKLIST= auto/Sub/Install/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"