diff options
author | lth <lth@FreeBSD.org> | 2008-04-22 22:31:47 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2008-04-22 22:31:47 +0800 |
commit | 0253f4726da42ee58188051872b2b3a15a1180a7 (patch) | |
tree | 1f588c3f0fa6dd34ecfc9409897022f2a3b30f9e /devel | |
parent | 333130b2bdf3599cc9ebdb2969f80ea01ed38a73 (diff) | |
download | freebsd-ports-gnome-0253f4726da42ee58188051872b2b3a15a1180a7.tar.gz freebsd-ports-gnome-0253f4726da42ee58188051872b2b3a15a1180a7.tar.zst freebsd-ports-gnome-0253f4726da42ee58188051872b2b3a15a1180a7.zip |
Fixed missing _DEPENDS. My bad.
Bumped PORTREVISION
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Directory-Scratch-Structured/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Directory-Scratch-Structured/Makefile b/devel/p5-Directory-Scratch-Structured/Makefile index 004fefb1fb97..a2bbd6fe79ff 100644 --- a/devel/p5-Directory-Scratch-Structured/Makefile +++ b/devel/p5-Directory-Scratch-Structured/Makefile @@ -7,6 +7,7 @@ PORTNAME= Directory-Scratch-Structured PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +17,13 @@ COMMENT= Creates temporary files and directories from a structured description PERL_MODBUILD= yes +RUN_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ + p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \ + p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch +BUILD_DEPENDS= ${RUN_DEPENDS} + MAN3= Directory::Scratch::Structured.3 .include <bsd.port.mk> |