334420f900
File::HomeDir is a module for dealing with issues relating to the location of directories for various purposes that are "owned" by a user, and to solve these problems consistently across a wide variety of platforms. ok steven
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/31 18:57:39 jasper Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= "retrieve home directory location"
|
|
|
|
DISTNAME= File-HomeDir-0.58
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AD/ADAMK/}
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PORTHOME= ${WRKDIR}
|
|
.include <bsd.port.mk>
|