3bfafaf3a3
The User::Identity object is created to maintain a set of informational objects which are related to one user. The User::Identity module tries to be smart providing defaults, conversions and often required combinations.
19 lines
368 B
Makefile
19 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/09 22:15:18 jasper Exp $
|
|
|
|
COMMENT = maintains info about a physical person
|
|
|
|
DISTNAME = User-Identity-0.92
|
|
CATEGORIES = misc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = ::geo/p5-Geography-Countries
|
|
|
|
.include <bsd.port.mk>
|