diff options
author | fhajny <fhajny> | 2012-03-08 11:20:04 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2012-03-08 11:20:04 +0000 |
commit | 4565256514f10895c935739db6b71b065adb8c0c (patch) | |
tree | 536c694f2c6521c5396200f3ffe65f7314e8fdaf /devel | |
parent | e85cd4e304600718849d161a01191980b786f3eb (diff) | |
download | pkgsrc-4565256514f10895c935739db6b71b065adb8c0c.tar.gz |
Import p5-Config-Properties-1.73 as devel/p5-Config-Properties.
Config::Properties is a near implementation of the java.util.Properties API.
It is designed to allow easy reading, writing and manipulation of Java-style
property files.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-Properties/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Config-Properties/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Config-Properties/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Config-Properties/DESCR b/devel/p5-Config-Properties/DESCR new file mode 100644 index 00000000000..ce9c1ee370e --- /dev/null +++ b/devel/p5-Config-Properties/DESCR @@ -0,0 +1,3 @@ +Config::Properties is a near implementation of the java.util.Properties API. +It is designed to allow easy reading, writing and manipulation of Java-style +property files. diff --git a/devel/p5-Config-Properties/Makefile b/devel/p5-Config-Properties/Makefile new file mode 100644 index 00000000000..35e9b5d4160 --- /dev/null +++ b/devel/p5-Config-Properties/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/08 11:20:04 fhajny Exp $ +# + +DISTNAME= Config-Properties-1.73 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Config-Properties/ +COMMENT= Read and write property files +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-File-Temp>=0:../../devel/p5-File-Temp + +PERL5_PACKLIST= auto/Config/Properties/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Config-Properties/distinfo b/devel/p5-Config-Properties/distinfo new file mode 100644 index 00000000000..26d9e2ebd23 --- /dev/null +++ b/devel/p5-Config-Properties/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/08 11:20:04 fhajny Exp $ + +SHA1 (Config-Properties-1.73.tar.gz) = d6b97ada1f994600c542e1429c5f8aa85c1c93e5 +RMD160 (Config-Properties-1.73.tar.gz) = d99ef544814c9bfffa6dbb8d933c44765b28476c +Size (Config-Properties-1.73.tar.gz) = 12252 bytes |