2011-03-14 09:15:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/03/14 09:17:27 sthen Exp $
|
2008-09-06 09:52:57 +00:00
|
|
|
|
|
|
|
COMMENT = easy-to-use self-cleaning scratch space
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
DISTNAME = Directory-Scratch-0.14
|
2011-03-14 09:15:33 +00:00
|
|
|
REVISION = 1
|
2008-09-06 09:52:57 +00:00
|
|
|
CATEGORIES = devel
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2008-09-06 09:52:57 +00:00
|
|
|
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS = devel/p5-File-Slurp \
|
|
|
|
devel/p5-Path-Class \
|
|
|
|
textproc/p5-String-Random
|
2008-09-06 09:52:57 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|