summaryrefslogtreecommitdiff
path: root/mail/p5-User-Identity/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-17 02:25:44 +0000
committerminskim <minskim@pkgsrc.org>2004-02-17 02:25:44 +0000
commit22d686afe1c99ebb8ed9a6798b40fe9e18b71eb4 (patch)
tree1dfd526f3d160e5533fc0c01b99521ad0dc7d40d /mail/p5-User-Identity/Makefile
parente56863f51a693b2a5b13a99c402da0df8559fb45 (diff)
downloadpkgsrc-22d686afe1c99ebb8ed9a6798b40fe9e18b71eb4.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/Makefile')
-rw-r--r--mail/p5-User-Identity/Makefile20
1 files changed, 20 insertions, 0 deletions
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"