diff options
author | seb <seb@pkgsrc.org> | 2009-11-22 22:29:13 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-11-22 22:29:13 +0000 |
commit | 5d5c45fc0b5c983fac97599de1e4c9cd94366680 (patch) | |
tree | 72a49540b215390c87eb368de7b968562b87fdd7 /devel/p5-Config-GitLike | |
parent | 8c4f97e25425ec3dbf64d0a790623fc507327bc4 (diff) | |
download | pkgsrc-5d5c45fc0b5c983fac97599de1e4c9cd94366680.tar.gz |
Initial import of p5-Config-GitLike version 1.02 in the NetBSD
Packages Collection.
The Perl 5 module Config::GitLike handles interaction with configuration
files of the style used by the version control system Git. It can
both parse and modify these files, as well as create entirely new
ones.
Diffstat (limited to 'devel/p5-Config-GitLike')
-rw-r--r-- | devel/p5-Config-GitLike/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Config-GitLike/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Config-GitLike/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-Config-GitLike/DESCR b/devel/p5-Config-GitLike/DESCR new file mode 100644 index 00000000000..6f76d85c2e4 --- /dev/null +++ b/devel/p5-Config-GitLike/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module Config::GitLike handles interaction with configuration +files of the style used by the version control system Git. It can +both parse and modify these files, as well as create entirely new +ones. diff --git a/devel/p5-Config-GitLike/Makefile b/devel/p5-Config-GitLike/Makefile new file mode 100644 index 00000000000..bc4e7955f84 --- /dev/null +++ b/devel/p5-Config-GitLike/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/22 22:29:13 seb Exp $ +# + +DISTNAME= Config-GitLike-1.02 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Config-GitLike/ +COMMENT= Perl 5 module providing a git-compatible config file parser + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Config/GitLike/.packlist + +DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose + +# For test target +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Config-GitLike/distinfo b/devel/p5-Config-GitLike/distinfo new file mode 100644 index 00000000000..1f92f6265b2 --- /dev/null +++ b/devel/p5-Config-GitLike/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/22 22:29:13 seb Exp $ + +SHA1 (Config-GitLike-1.02.tar.gz) = 4bf2fa93a9e800cfee86d402cc3167178598b61c +RMD160 (Config-GitLike-1.02.tar.gz) = fa24f17601b3d2ae860360b2fc3a0bebd6462d6b +Size (Config-GitLike-1.02.tar.gz) = 40345 bytes |