openbsd-ports/devel/p5-File-HomeDir/Makefile

23 lines
355 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:17 espie Exp $
COMMENT= retrieve home directory location
MODULES= cpan
2010-10-22 16:20:05 -04:00
DISTNAME= File-HomeDir-0.93
REVISION= 0
CATEGORIES= devel
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
CPAN_AUTHOR= ADAMK
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= sysutils/p5-File-Which
2010-10-22 16:20:05 -04:00
2013-03-11 06:50:00 -04:00
.ifmake test
2007-01-10 16:47:21 -05:00
PORTHOME= ${HOME}
.endif
.include <bsd.port.mk>