20 lines
340 B
Makefile
20 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:23 espie Exp $
|
|
|
|
COMMENT= temporary files support for testing
|
|
|
|
DISTNAME= Test-TempDir-0.05
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= devel/p5-MooseX-Types-Path-Class \
|
|
sysutils/p5-File-NFSLock
|
|
|
|
.include <bsd.port.mk>
|