2011-03-14 05:15:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/03/14 09:17:27 sthen Exp $
|
2008-09-06 05:52:57 -04:00
|
|
|
|
|
|
|
COMMENT = easy-to-use self-cleaning scratch space
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
DISTNAME = Directory-Scratch-0.14
|
2011-03-14 05:15:33 -04:00
|
|
|
REVISION = 1
|
2008-09-06 05:52:57 -04:00
|
|
|
CATEGORIES = devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2008-09-06 05:52:57 -04: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 14:45:56 -05:00
|
|
|
RUN_DEPENDS = devel/p5-File-Slurp \
|
|
|
|
devel/p5-Path-Class \
|
|
|
|
textproc/p5-String-Random
|
2008-09-06 05:52:57 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|