Skip to content

Commit

Permalink
set COMES_WITH=4.5 and fix dependencies
Browse files Browse the repository at this point in the history
ok simon@
  • Loading branch information
Kevin Lo committed Nov 5, 2008
1 parent 4445532 commit af37b58
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
7 changes: 3 additions & 4 deletions books/mason-book/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.4 2007/09/15 21:34:36 simon Exp $
# $OpenBSD: Makefile,v 1.5 2008/11/05 10:06:49 kevlo Exp $

COMMENT= book on embedding Perl in HTML with Mason
CATEGORIES= books

# unversioned, so impose a version on it
V= 1.0
DISTNAME= mason-book
PKGNAME= ${DISTNAME}-${V}
PKGNAME= ${DISTNAME}-${V}p0
DIST_SUBDIR= mason-book-${V}

HOMEPAGE= http://www.masonbook.com/
Expand All @@ -16,8 +16,7 @@ MASTER_SITES= ${HOMEPAGE}book/

BUILD_DEPENDS= ::www/p5-HTML-Parser \
::graphics/p5-Image-Size \
::www/p5-URI \
::textproc/p5-Pod-Simple
::www/p5-URI

# Open Publication License
PERMIT_DISTFILES_CDROM= Yes
Expand Down
6 changes: 2 additions & 4 deletions devel/p5-Test-Pod/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2007/09/16 02:53:09 merdely Exp $
# $OpenBSD: Makefile,v 1.9 2008/11/05 10:06:49 kevlo Exp $

COMMENT= check for POD errors in files

MODULES= cpan
DISTNAME= Test-Pod-1.26
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= devel

MAINTAINER= Mathieu Sauve-Frankel <[email protected]>
Expand All @@ -14,7 +15,4 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::textproc/p5-Pod-Simple

.include <bsd.port.mk>
7 changes: 3 additions & 4 deletions devel/svk/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2008/11/03 14:05:43 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2008/11/05 10:06:49 kevlo Exp $

COMMENT= decentralized version control system

V= 1.08
DISTNAME= SVK-${V}
PKGNAME= svk-${V}p1
PKGNAME= svk-${V}p2
CATEGORIES= devel perl5

HOMEPAGE= http://svk.elixus.org/
Expand All @@ -30,8 +30,7 @@ RUN_DEPENDS= :p5-Algorithm-Annotate->=0.10:devel/p5-Algorithm-Annotate \
:p5-IO-Pager->=0.05:devel/p5-IO-Pager \
:p5-PerlIO-via-symlink->=0.05:devel/p5-PerlIO-via-symlink \
:p5-SVN-Mirror->=0.70:devel/p5-SVN-Mirror \
:p5-YAML->=0.36:devel/p5-YAML \
:p5-Pod-Simple->=3.02:textproc/p5-Pod-Simple
:p5-YAML->=0.36:devel/p5-YAML
BUILD_DEPENDS= ${RUN_DEPENDS}

CONFIGURE_STYLE= perl
Expand Down
3 changes: 2 additions & 1 deletion textproc/p5-Pod-Escapes/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.4 2007/09/15 20:59:39 merdely Exp $
# $OpenBSD: Makefile,v 1.5 2008/11/05 10:06:49 kevlo Exp $

COMMENT= library to resolve perl Pod escape sequences
COMES_WITH= 4.5

MODULES= cpan
DISTNAME= Pod-Escapes-1.04
Expand Down
3 changes: 2 additions & 1 deletion textproc/p5-Pod-Simple/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.7 2008/07/12 12:22:33 dhill Exp $
# $OpenBSD: Makefile,v 1.8 2008/11/05 10:06:49 kevlo Exp $

COMMENT= framework for parsing the Perl Pod format
COMES_WITH= 4.5

MODULES= cpan
DISTNAME= Pod-Simple-3.07
Expand Down

0 comments on commit af37b58

Please sign in to comment.