2005-07-24 22:01:59 +02:00
|
|
|
# New ports collection makefile for: p5-User-Identity
|
|
|
|
# Date created: 21 Jul 2005
|
|
|
|
# Whom: Max Campos <mcampos@bpsw.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= User-Identity
|
2010-01-18 01:57:50 +01:00
|
|
|
PORTVERSION= 0.93
|
2005-07-24 22:01:59 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-02-22 20:19:13 +01:00
|
|
|
MASTER_SITES= CPAN
|
2005-07-24 22:01:59 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= mcampos@bpsw.biz
|
|
|
|
COMMENT= Perl module for abstracting information about a physical person
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Mail::Identity.3 \
|
|
|
|
User::Identity.3 \
|
|
|
|
User::Identity::Archive.3 \
|
|
|
|
User::Identity::Archive::Plain.3 \
|
|
|
|
User::Identity::Collection.3 \
|
|
|
|
User::Identity::Collection::Emails.3 \
|
|
|
|
User::Identity::Collection::Locations.3 \
|
|
|
|
User::Identity::Collection::Systems.3 \
|
|
|
|
User::Identity::Collection::Users.3 \
|
|
|
|
User::Identity::Item.3 \
|
|
|
|
User::Identity::Location.3 \
|
|
|
|
User::Identity::System.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|