diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-17 02:25:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-17 02:25:44 +0000 |
commit | d065e040075459f17689cec7033c70a192a210af (patch) | |
tree | 1dfd526f3d160e5533fc0c01b99521ad0dc7d40d /mail/p5-User-Identity | |
parent | 329d366b20ef11994d933d20b93be22421b29e7f (diff) | |
download | pkgsrc-d065e040075459f17689cec7033c70a192a210af.tar.gz |
Import p5-User-Identity from pkgsrc-wip. Packaged by Adrian Portelli
and slightly modified by me.
User::Identity helps maintaining user information from various
sources. It abstracts the information used about a human begin
(usually configuration information) from its storage. It tries to be
smart in detecting defaults and such.
Diffstat (limited to 'mail/p5-User-Identity')
-rw-r--r-- | mail/p5-User-Identity/DESCR | 4 | ||||
-rw-r--r-- | mail/p5-User-Identity/Makefile | 20 | ||||
-rw-r--r-- | mail/p5-User-Identity/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-User-Identity/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/mail/p5-User-Identity/DESCR b/mail/p5-User-Identity/DESCR new file mode 100644 index 00000000000..1ee15975d8e --- /dev/null +++ b/mail/p5-User-Identity/DESCR @@ -0,0 +1,4 @@ +User::Identity helps maintaining user information from various +sources. It abstracts the information used about a human begin +(usually configuration information) from its storage. It tries to be +smart in detecting defaults and such. diff --git a/mail/p5-User-Identity/Makefile b/mail/p5-User-Identity/Makefile new file mode 100644 index 00000000000..57e462a82b2 --- /dev/null +++ b/mail/p5-User-Identity/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 02:25:44 minskim Exp $ + +DISTNAME= User-Identity-0.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=User/} + +MAINTAINER= adrianp@stindustries.net +HOMEPAGE= http://perl.overmeer.net/userid/ +COMMENT= Define a person + +DEPENDS+= p5-Geography-Countries-[0-9]*:../../misc/p5-Geography-Countries + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/User/Identity/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-User-Identity/PLIST b/mail/p5-User-Identity/PLIST new file mode 100644 index 00000000000..30cf23a8c7c --- /dev/null +++ b/mail/p5-User-Identity/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/17 02:25:44 minskim Exp $ diff --git a/mail/p5-User-Identity/distinfo b/mail/p5-User-Identity/distinfo new file mode 100644 index 00000000000..884812dce4d --- /dev/null +++ b/mail/p5-User-Identity/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/17 02:25:44 minskim Exp $ + +SHA1 (User-Identity-0.07.tar.gz) = ae56852f1f33e41d4d78c1099100c2e743a65bee +Size (User-Identity-0.07.tar.gz) = 15549 bytes |