openbsd-ports/devel/p5-File-HomeDir/Makefile
jasper 334420f900 import p5-File-HomeDir 0.58
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
2006-10-31 18:57:39 +00:00

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>