newer depends with >=

This commit is contained in:
espie 2010-11-26 07:18:59 +00:00
parent 3f9f91390c
commit 9139a53b56
122 changed files with 350 additions and 330 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:50 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:18:59 espie Exp $
COMMENT = wrapper class for the various JSON classes
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = p5-JSON->=2.21:converters/p5-JSON \
RUN_DEPENDS = converters/p5-JSON>=2.21 \
converters/p5-JSON-DWIW \
converters/p5-JSON-XS \
devel/p5-YAML-Syck

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 00:22:50 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:18:59 espie Exp $
SHARED_ONLY= Yes
@ -19,7 +19,7 @@ MODULES= cpan
CONFIGURE_STYLE= modbuild
USE_GROFF = Yes
RUN_DEPENDS= p5-Net-IDN-Nameprep->=1.100:converters/p5-Net-IDN-Nameprep
RUN_DEPENDS= converters/p5-Net-IDN-Nameprep>=1.100
REGRESS_DEPENDS=devel/p5-Test-NoWarnings
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.75 2010/11/15 18:34:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.76 2010/11/26 07:18:59 espie Exp $
SHARED_ONLY= Yes
@ -52,7 +52,7 @@ BUILD_DEPENDS= devel/bison \
devel/gperf
LIB_DEPENDS= db->=4,<5:databases/db/v4 \
databases/openldap \
nss->=3.11.4p1:security/nss \
security/nss>=3.11.4p1 \
textproc/libical \
x11/gnome/libgweather \
devel/libgdata \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2010/11/15 00:22:51 espie Exp $
# $OpenBSD: Makefile,v 1.47 2010/11/26 07:18:59 espie Exp $
COMMENT= database drivers for Sybase/Microsoft SQL Server
@ -35,7 +35,7 @@ AUTOCONF_VERSION=2.59
AUTOMAKE_VERSION=1.9
MODULES= devel/gettext
# XXX uses libtool m4 macros
BUILD_DEPENDS= doxygen->=1.7.2:devel/doxygen \
BUILD_DEPENDS= devel/doxygen>=1.7.2 \
devel/libtool \
${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/11/19 10:21:35 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/26 07:18:59 espie Exp $
COMMENT = abstraction layer for SQL relational databases
@ -18,7 +18,7 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += hs-convertible->=1.0.9.1:devel/hs-convertible
RUN_DEPENDS += devel/hs-convertible>=1.0.9.1
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/11/15 00:22:51 espie Exp $
# $OpenBSD: Makefile,v 1.14 2010/11/26 07:18:59 espie Exp $
COMMENT = MySQL maatkit tools
@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://maatkit.googlecode.com/files/
RUN_DEPENDS = p5-DBD-mysql->=1.0:databases/p5-DBD-mysql \
p5-Term-ReadKey->=2.10:devel/p5-Term-ReadKey
RUN_DEPENDS = databases/p5-DBD-mysql>=1.0 \
devel/p5-Term-ReadKey>=2.10
BUILD_DEPENDS = ${RUN_DEPENDS}
CONFIGURE_STYLE = perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2010/11/15 00:22:51 espie Exp $
# $OpenBSD: Makefile,v 1.28 2010/11/26 07:18:59 espie Exp $
COMMENT= visual administration console for MySQL
@ -30,15 +30,15 @@ WANTLIB += pcre mysqlclient_r gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 glade-2.0 atkmm-1.6 gdkmm-2.4 gtkmm-2.4 xml2>=6
MODULES= devel/gettext
BUILD_DEPENDS= mysql-gui-common->=5:devel/mysql-gui-common
RUN_DEPENDS= mysql-gui-common->=5:devel/mysql-gui-common \
BUILD_DEPENDS= devel/mysql-gui-common>=5
RUN_DEPENDS= devel/mysql-gui-common>=5 \
devel/desktop-file-utils
LIB_DEPENDS= devel/pcre \
databases/mysql \
glib2->=2.6.2:devel/glib2 \
devel/glib2>=2.6.2 \
devel/libglade2 \
x11/gtk2mm \
libxml->=2.6.2:textproc/libxml
textproc/libxml>=2.6.2
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2010/11/15 00:22:51 espie Exp $
# $OpenBSD: Makefile,v 1.34 2010/11/26 07:18:59 espie Exp $
COMMENT= visual query tool for MySQL
@ -33,14 +33,14 @@ WANTLIB += mysqlclient_r gtkhtml-3.14 gnome-2>=2400 glade-2.0>=1
MODULES= devel/gettext \
textproc/intltool
BUILD_DEPENDS= mysql-gui-common->=5:devel/mysql-gui-common \
BUILD_DEPENDS= devel/mysql-gui-common>=5 \
x11/gnome/libgnomeprintui # ${WRKSRC}/source/linux/gtksourceview
RUN_DEPENDS= mysql-gui-common->=5:devel/mysql-gui-common \
RUN_DEPENDS= devel/mysql-gui-common>=5 \
devel/desktop-file-utils
LIB_DEPENDS= x11/gtk2mm \
textproc/enchant \
databases/mysql \
gtkhtml3->=3.14:www/gtkhtml3 \
www/gtkhtml3>=3.14 \
x11/gnome/libgnome \
devel/libglade2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/11/15 00:22:51 espie Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/26 07:18:59 espie Exp $
COMMENT = MySQL backup scripts
@ -22,7 +22,7 @@ MASTER_SITES = http://www.zmanda.com/downloads/community/ZRM-MySQL/$V/Source/
RUN_DEPENDS = archivers/gtar \
databases/p5-DBD-mysql \
gnupg-<2:security/gnupg \
security/gnupg<2 \
textproc/p5-XML-Parser
USE_GROFF = Yes
NO_BUILD = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 00:22:51 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:18:59 espie Exp $
COMMENT= top clone for MySQL
@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
RUN_DEPENDS= STEM->=2.9004:databases/p5-DBD-mysql \
STEM->=2.30:devel/p5-Term-ReadKey
RUN_DEPENDS= databases/p5-DBD-mysql>=2.9004 \
devel/p5-Term-ReadKey>=2.30
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE=perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/26 07:18:59 espie Exp $
COMMENT= perl DBI driver for CSV files
@ -15,8 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= STEM->=1.08:databases/p5-DBI \
STEM->0.22:textproc/p5-Text-CSV_XS \
RUN_DEPENDS= databases/p5-DBI>=1.08 \
textproc/p5-Text-CSV_XS>0.22 \
databases/p5-SQL-Statement
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.24 2010/11/26 07:18:59 espie Exp $
SHARED_ONLY= Yes
@ -21,9 +21,9 @@ PERMIT_DISTFILES_FTP= Yes
CPAN_AUTHOR= ADAMK
BUILD_DEPENDS = p5-DBI->=1.08:databases/p5-DBI
RUN_DEPENDS = p5-DBI->=1.08:databases/p5-DBI
LIB_DEPENDS = sqlite3->=3.6.13p0:databases/sqlite3
BUILD_DEPENDS = databases/p5-DBI>=1.08
RUN_DEPENDS = databases/p5-DBI>=1.08
LIB_DEPENDS = databases/sqlite3>=3.6.13p0
WANTLIB = sqlite3
CONFIGURE_ARGS= SQLITE_LOCATION=${LOCALBASE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/26 07:18:59 espie Exp $
SHARED_ONLY= Yes
@ -18,8 +18,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= p5-DBI->=1.08:databases/p5-DBI
RUN_DEPENDS= p5-DBI->=1.08:databases/p5-DBI
BUILD_DEPENDS= databases/p5-DBI>=1.08
RUN_DEPENDS= databases/p5-DBI>=1.08
MAKE_FLAGS= CC='${CC}' \
LD='${CC}'

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.26 2010/11/26 07:18:59 espie Exp $
SHARED_ONLY= Yes
@ -17,8 +17,8 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= crypto m ssl z
BUILD_DEPENDS= p5-DBI->=1.08:databases/p5-DBI
RUN_DEPENDS= p5-DBI->=1.08:databases/p5-DBI
BUILD_DEPENDS= databases/p5-DBI>=1.08
RUN_DEPENDS= databases/p5-DBI>=1.08
LIB_DEPENDS= databases/mysql
REGRESS_DEPENDS= databases/mysql,-server
WANTLIB += lib/mysql/mysqlclient>=10

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/26 07:18:59 espie Exp $
COMMENT= Pure Perl MySQL driver for the Perl DBI
@ -15,9 +15,9 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= p5-DBI->=1.14:databases/p5-DBI \
p5-Net-MySQL->=0.08:net/p5-Net-MySQL
RUN_DEPENDS= p5-DBI->=1.14:databases/p5-DBI \
p5-Net-MySQL->=0.08:net/p5-Net-MySQL
BUILD_DEPENDS= databases/p5-DBI>=1.14 \
net/p5-Net-MySQL>=0.08
RUN_DEPENDS= databases/p5-DBI>=1.14 \
net/p5-Net-MySQL>=0.08
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.53 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.54 2010/11/26 07:18:59 espie Exp $
SHARED_ONLY= Yes
@ -19,7 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-PlRPC->=0.2017:net/p5-PlRPC
RUN_DEPENDS= net/p5-PlRPC>=0.2017
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS=devel/p5-Test-Pod-Coverage

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/26 07:18:59 espie Exp $
COMMENT= object-oriented database access
@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Class-Data-Accessor \
p5-Data-Page->=2.00:databases/p5-Data-Page \
p5-Class-C3->=0.13:devel/p5-Class-C3 \
databases/p5-Data-Page>=2.00 \
devel/p5-Class-C3>=0.13 \
devel/p5-Class-C3-Componentised \
devel/p5-Carp-Clan \
devel/p5-Module-Find \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:18:59 espie Exp $
COMMENT= add contextual fetches to DBI
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-DBI->=1.35:databases/p5-DBI
RUN_DEPENDS= databases/p5-DBI>=1.35
REGRESS_DEPENDS=databases/p5-DBD-SQLite
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.24 2010/11/26 07:18:59 espie Exp $
COMMENT= create HTML table from sql queries
@ -13,7 +13,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-DBI->=1.20:databases/p5-DBI
RUN_DEPENDS= databases/p5-DBI>=1.20
REGRESS_IS_INTERACTIVE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 12:44:20 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:18:59 espie Exp $
COMMENT= database OO schema for Jifty
@ -29,8 +29,8 @@ RUN_DEPENDS= devel/p5-Class-Accessor \
devel/p5-DateTime-Format-Strptime \
devel/p5-Cache-Memcached \
devel/p5-DateTime-Format-ISO8601 \
p5-Object-Declare->=0.22:devel/p5-Object-Declare \
p5-Scalar-Defer->=0.10:devel/p5-Scalar-Defer \
devel/p5-Object-Declare>=0.22 \
devel/p5-Scalar-Defer>=0.10 \
devel/p5-Hash-Merge
# a lot of tests will be skipped without DB connections

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 00:22:52 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/26 07:18:59 espie Exp $
COMMENT= object-oriented database mapper
@ -15,8 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Rose-DB->=0.737:databases/p5-Rose-DB \
p5-Rose-Object->=0.83:databases/p5-Rose-Object \
RUN_DEPENDS= databases/p5-Rose-DB>=0.737 \
databases/p5-Rose-Object>=0.83 \
devel/p5-Clone \
devel/p5-List-MoreUtils

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:18:59 espie Exp $
COMMENT= perl bindings for the xapian search library
@ -20,6 +20,6 @@ WANTLIB += e2fs-uuid m stdc++ z xapian
MASTER_SITES= http://oligarchy.co.uk/xapian/${V}/
LIB_DEPENDS= xapian-core->=1.2.3:databases/xapian-core
LIB_DEPENDS= databases/xapian-core>=1.2.3
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:18:59 espie Exp $
COMMENT= database abstraction layer for PHP
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= pear-MDB2->=2.4.1:databases/pear-MDB2 \
RUN_DEPENDS= databases/pear-MDB2>=2.4.1 \
www/php5/extensions,-mysql

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:18:59 espie Exp $
COMMENT = MySQLi database abstraction layer for PHP
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = pear-MDB2->=2.4.1:databases/pear-MDB2 \
RUN_DEPENDS = databases/pear-MDB2>=2.4.1 \
www/php5/extensions,-mysqli
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:18:59 espie Exp $
COMMENT = SQLite database abstraction layer for PHP
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = pear-MDB2->=2.4.1:databases/pear-MDB2 \
RUN_DEPENDS = databases/pear-MDB2>=2.4.1 \
www/php5/extensions,-sqlite
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.19 2010/11/26 07:18:59 espie Exp $
COMMENT= administration and development platform for PostgreSQL
@ -25,9 +25,9 @@ MASTER_SITES= ftp://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/pgadmin3/rel
ftp://ftp5.es.postgresql.org/mirror/postgresql/pgadmin3/release/v$V/src/ \
ftp://ftp.postgresql.org/pub/pgadmin3/release/v$V/src/
LIB_DEPENDS= wxWidgets-gtk2->=2.8.7:x11/wxWidgets \
LIB_DEPENDS= x11/wxWidgets>=2.8.7 \
databases/postgresql \
libxml->=2.4.8:textproc/libxml \
textproc/libxml>=2.4.8 \
textproc/libxslt
WANTLIB += wx_base_xml wx_base_odbc wx_gtk2_html wx_gtk2_richtext \
wx_gtk2_stc wx_gtk2_ogl wx_gtk2_adv wx_gtk2_aui wx_gtk2_xrc \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 00:22:53 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:18:59 espie Exp $
COMMENT-main= JDBC Driver for PostgreSQL
COMMENT-docs= API docs for PostgreSQL JDBC Driver
@ -31,7 +31,7 @@ MODJAVA_JRERUN= yes
BUILD_DEPENDS= devel/apache-ant
REGRESS_DEPENDS= databases/postgresql \
junit-3.8.2:java/junit
java/junit=3.8.2
RUN_DEPENDS-docs=
JUNIT_JAR= ${LOCALBASE}/share/java/classes/junit-3.8.2/junit.jar

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 2010/11/15 00:22:53 espie Exp $
# $Id: Makefile,v 1.6 2010/11/26 07:18:59 espie Exp $
COMMENT= ODBC driver for PostgreSQL
VERSION= 08.03.0400
@ -20,7 +20,7 @@ MASTER_SITES= ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/odbc/versions
SHARED_ONLY = Yes
LIB_DEPENDS = postgresql-client->=8.3:databases/postgresql \
LIB_DEPENDS = databases/postgresql>=8.3 \
databases/iodbc
WANTLIB = pq iodbc iodbcinst pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.134 2010/11/15 12:44:20 espie Exp $
# $OpenBSD: Makefile,v 1.135 2010/11/26 07:18:59 espie Exp $
COMMENT-main= PostgreSQL RDBMS (client)
COMMENT-server= PostgreSQL RDBMS (server)
@ -85,12 +85,12 @@ LIB_DEPENDS-main= textproc/libxml
WANTLIB-main = ${WANTLIB} xml2
LIB_DEPENDS-server= postgresql-client-${VERSION}:databases/postgresql \
LIB_DEPENDS-server= databases/postgresql=${VERSION} \
${LIB_DEPENDS-main}
WANTLIB-server= ${WANTLIB-main} perl pq>=4
RUN_DEPENDS-contrib=postgresql-server-${VERSION}:databases/postgresql,-server
RUN_DEPENDS-contrib= databases/postgresql,-server=${VERSION}
LIB_DEPENDS-contrib= postgresql-client-${VERSION}:databases/postgresql \
LIB_DEPENDS-contrib= databases/postgresql=${VERSION} \
${LIB_DEPENDS-main} \
devel/uuid
WANTLIB-contrib = ${WANTLIB-main} pq>=4 uuid

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2010/11/24 21:35:13 jeremy Exp $
# $OpenBSD: Makefile,v 1.28 2010/11/26 07:18:59 espie Exp $
COMMENT = object relation model implementation for ruby
@ -14,8 +14,7 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = STEM-2.3.4:devel/ruby-activesupport,${MODRUBY_FLAVOR}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR}=2.3.4
CONFIGURE_STYLE = ruby gem

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/11/24 21:35:13 jeremy Exp $
# $OpenBSD: Makefile,v 1.18 2010/11/26 07:18:59 espie Exp $
COMMENT= access a SQLite3 database from ruby
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
WANTLIB= sqlite3
LIB_DEPENDS= sqlite3->=3.3.4:databases/sqlite3
LIB_DEPENDS= databases/sqlite3>=3.3.4
CONFIGURE_STYLE= ruby gem ext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/11/15 19:45:56 espie Exp $
# $OpenBSD: Makefile,v 1.19 2010/11/26 07:18:59 espie Exp $
COMMENT= Atmel AVR 8-bit RISC microcontrollers' XGCC
@ -27,7 +27,7 @@ BUILD_DEPENDS+= autoconf-2.13:devel/autoconf/2.13 \
devel/metaauto \
devel/avr/binutils
LIB_DEPENDS= gmp->=4.2:devel/gmp \
LIB_DEPENDS= devel/gmp>=4.2 \
devel/mpfr
LANGS=c,c++

View File

@ -1,6 +1,6 @@
# $OpenBSD: cmake.port.mk,v 1.8 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: cmake.port.mk,v 1.9 2010/11/26 07:18:59 espie Exp $
BUILD_DEPENDS+= cmake->=2.8.0:devel/cmake
BUILD_DEPENDS+= devel/cmake>=2.8.0
.for _n _v in ${SHARED_LIBS}
CONFIGURE_ENV+=LIB${_n}_VERSION=${_v}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:19:00 espie Exp $
SHARED_ONLY= Yes
@ -51,7 +51,7 @@ WANTLIB += bz2>=10 wx_base>=1 wx_base_net wx_base_odbc wx_base_xml \
wx_gtk2_html wx_gtk2_qa wx_gtk2_richtext wx_gtk2_xrc
RUN_DEPENDS= devel/desktop-file-utils \
shared-mime-info->=0.21:misc/shared-mime-info
misc/shared-mime-info>=0.21
MODULES= devel/gettext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:19:00 espie Exp $
COMMENT= migrate repositories from CVS to Subversion/GIT/BZR
@ -22,7 +22,7 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
# XXX YUCK
RUN_DEPENDS= py-subversion-*:devel/subversion,-python \
RUN_DEPENDS= devel/subversion,-python \
${MODPY_RUN_DEPENDS:S/python/python-bsddb/},-bsddb
REGRESS_DEPENDS=${RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:19:00 espie Exp $
COMMENT= Eclipse Modeling Framework (EMF)
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.eclipse.org/modeling/emf/emf/downloads/drops/${V}/R200705141058/
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
RUN_DEPENDS= devel/eclipse/sdk>=3.2
USE_ZIP= Yes
NO_BUILD= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:19:00 espie Exp $
COMMENT= Perl plugin for Eclipse IDE
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=e-p-i-c/}
RUN_DEPENDS= eclipse-sdk->=3.1:devel/eclipse/sdk
RUN_DEPENDS= devel/eclipse/sdk>=3.1
USE_ZIP= Yes
NO_BUILD= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:19:00 espie Exp $
COMMENT= Eclipse plugin for Java program checker (bytecode analyzer)
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=findbugs/}
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
RUN_DEPENDS= devel/eclipse/sdk>=3.2
USE_ZIP= Yes
NO_BUILD= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:19:00 espie Exp $
COMMENT= graphical editing environment for eclipse
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.2.2-200702081315/
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
RUN_DEPENDS= devel/eclipse/sdk>=3.2
USE_ZIP= Yes
NO_BUILD= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:19:00 espie Exp $
COMMENT= IVY plug-in for Eclipse IDE
@ -20,7 +20,7 @@ HOMEPAGE= http://incubator.apache.org/ivy/ivyde/
MASTER_SITES= http://www.jaya.free.fr/downloads/ivyde/
RUN_DEPENDS= eclipse-sdk-*:devel/eclipse/sdk
RUN_DEPENDS= devel/eclipse/sdk
SUBST_VARS= VERSION

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/24 21:35:13 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:19:00 espie Exp $
COMMENT= Ruby Development Tools for Eclipse IDE
@ -24,7 +24,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rubyeclipse/}
MODULES= lang/ruby
MODRUBY_BUILDDEP= No
RUN_DEPENDS= eclipse-sdk->=3.1:devel/eclipse/sdk
RUN_DEPENDS= devel/eclipse/sdk>=3.1
USE_ZIP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/26 07:19:00 espie Exp $
COMMENT= Configuration tool for Struts web framework
@ -23,7 +23,7 @@ MASTER_SITES= http://www.jamesholmes.com/struts/
TAR= ${LOCALBASE}/bin/gtar
BUILD_DEPENDS= archivers/gtar
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
RUN_DEPENDS= devel/eclipse/sdk>=3.2
NO_BUILD= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:19:00 espie Exp $
COMMENT= SubVersion (CVS replacement) plug-in for Eclipse IDE
@ -26,7 +26,7 @@ MASTER_SITES= http://subclipse.tigris.org/files/documents/906/37653/
# FETCH_CMD does not.
FETCH_CMD= lynx -accept_all_cookies -source >${DISTDIR}/$$f
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
RUN_DEPENDS= devel/eclipse/sdk>=3.2
NO_BUILD= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:19:00 espie Exp $
COMMENT= UML diagram framework for Eclipse
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.eclipse.org/modeling/mdt/uml2/downloads/drops/${V}/R200702141227/
RUN_DEPENDS= STEM->=2.2.2:devel/eclipse/plugins/emf
RUN_DEPENDS= devel/eclipse/plugins/emf>=2.2.2
USE_ZIP= Yes
NO_BUILD= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:19:00 espie Exp $
COMMENT= Web Tools Platform for Eclipse
@ -23,8 +23,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.eclipse.org/webtools/downloads/drops/R1.5/R-${V}-200705021353/
BUILD_DEPENDS= archivers/gtar
RUN_DEPENDS= STEM->=2.2.0:devel/eclipse/plugins/emf\
STEM->=3.2.2:devel/eclipse/plugins/gef
RUN_DEPENDS= devel/eclipse/plugins/emf>=2.2.0 \
devel/eclipse/plugins/gef>=3.2.2
USE_ZIP= Yes
NO_BUILD= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.61 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.62 2010/11/26 07:19:00 espie Exp $
SHARED_ONLY= Yes
ONLY_FOR_ARCHS= amd64 i386
@ -56,8 +56,8 @@ VMEM_WARNING= Yes
MODULES= java devel/gettext
MODJAVA_VER= 1.5+
BUILD_DEPENDS= xulrunner-devel->=1.9:devel/xulrunner/1.9,-devel \
apache-ant->=1.6.1:devel/apache-ant
BUILD_DEPENDS= devel/xulrunner/1.9,-devel>=1.9 \
devel/apache-ant>=1.6.1
USE_GMAKE= Yes
USE_ZIP= Yes
@ -88,7 +88,7 @@ LIB_DEPENDS-gnome= x11/gnome/libgnomeui
WANTLIB-gnome= gnome-2 gnomevfs-2 gnomeui-2
RUN_DEPENDS-browser= swt-${ECLIPSE_VER}:devel/eclipse/sdk,-swt
LIB_DEPENDS-browser= xulrunner->=1.9:devel/xulrunner/1.9
LIB_DEPENDS-browser= devel/xulrunner/1.9>=1.9
WANTLIB-browser= xulrunner1.9/xpcom xulrunner1.9/xul c nspr4 plc4 plds4 m stdc++
MOZILLA_HOME= ${LOCALBASE}/xulrunner1.9

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/26 07:19:00 espie Exp $
COMMENT = simple distributed software configuration management
@ -31,7 +31,7 @@ MAKE_FLAGS = TCC="${CC} -Wall -DFOSSIL_ENABLE_SSL"
WANTLIB = c crypto ssl z
MODULES = lang/tcl
RUN_DEPENDS = gnupg-<2:security/gnupg
RUN_DEPENDS = security/gnupg<2
REGRESS_DEPENDS = ${MODTCL_RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/11/15 19:45:58 espie Exp $
# $OpenBSD: Makefile,v 1.14 2010/11/26 07:19:00 espie Exp $
COMMENT= C++ interface to GConf
@ -26,7 +26,7 @@ MODULES= devel/gettext \
LIB_DEPENDS= devel/ORBit2 \
devel/gconf2 \
libsigc++->=2,<3:devel/libsigc++-2 \
glib2mm->=2.8:devel/glib2mm
devel/glib2mm>=2.8
WANTLIB += ORBit-2 gconf-2>=5 sigc-2.0 glibmm-2.4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.101 2010/11/15 19:45:58 espie Exp $
# $OpenBSD: Makefile,v 1.102 2010/11/26 07:19:00 espie Exp $
COMMENT-main= general-purpose utility library
COMMENT-docs= glib2 documentation
@ -40,7 +40,7 @@ MODPY_BUILDDEP= Yes # XXX: glib2 wants python for the regress tests
WANTLIB-main= ${WANTLIB} c pthread z pcre fam
LIB_DEPENDS-main= ${LIB_DEPENDS} \
pcre->=7.2:devel/pcre \
devel/pcre>=7.2 \
sysutils/gamin,no_server,no_python
PKG_ARCH-docs= *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2010/11/15 19:45:58 espie Exp $
# $OpenBSD: Makefile,v 1.34 2010/11/26 07:19:00 espie Exp $
COMMENT= C++ interface for glib2
@ -34,7 +34,7 @@ MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= libsigc++->=2,<3:devel/libsigc++-2 \
glib2->=2.24.0:devel/glib2
devel/glib2>=2.24.0
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:58 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:19:00 espie Exp $
COMMENT = meta-object system for Haskell based on Perl 6
@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
LIB_DEPENDS = hs-stringtable-atom->=0.0.6:devel/hs-stringtable-atom
LIB_DEPENDS = devel/hs-stringtable-atom>=0.0.6
RUN_DEPENDS = ${LIB_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/22 09:14:20 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:19:00 espie Exp $
COMMENT= source code suggestions for Haskell
@ -25,10 +25,10 @@ MODGHC_BUILD= cabal hackage haddock register
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/cpphs,-lib \
hscolour->=1.17:devel/hscolour \
devel/hscolour>=1.17 \
devel/hs-transformers \
devel/hs-uniplate \
STEM->=1.9.6:lang/hs-haskell-src-exts
lang/hs-haskell-src-exts>=1.9.6
LIB_DEPENDS= devel/gmp
post-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:59 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:19:00 espie Exp $
COMMENT = portable Haskell/POSIX layer for Pugs
@ -19,7 +19,7 @@ LIB_DEPENDS = devel/hs-regex-base \
devel/hs-regex-pcre-builtin \
devel/hs-network \
devel/hs-stm \
hs-stringtable-atom->=0.0.6.1:devel/hs-stringtable-atom
devel/hs-stringtable-atom>=0.0.6.1
RUN_DEPENDS = ${LIB_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:59 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/26 07:19:00 espie Exp $
COMMENT = module layer over regex-posix to replace Text.Regex
@ -20,8 +20,8 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
LIB_DEPENDS = hs-regex-base->=0.93:devel/hs-regex-base \
hs-regex-posix->=0.93:devel/hs-regex-posix
LIB_DEPENDS = devel/hs-regex-base>=0.93 \
devel/hs-regex-posix>=0.93
RUN_DEPENDS = ${LIB_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:59 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:19:00 espie Exp $
# XXX use system pcre instead of the one included the distfile
@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
LIB_DEPENDS = hs-regex-base->=0.93:devel/hs-regex-base
LIB_DEPENDS = devel/hs-regex-base>=0.93
RUN_DEPENDS = ${LIB_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:59 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/26 07:19:00 espie Exp $
COMMENT = posix regex backend for regex-base
@ -20,7 +20,7 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
LIB_DEPENDS = hs-regex-base->=0.93:devel/hs-regex-base
LIB_DEPENDS = devel/hs-regex-base>=0.93
RUN_DEPENDS = ${LIB_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:59 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:19:00 espie Exp $
COMMENT = efficient packed Unicode text type
@ -18,7 +18,7 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
LIB_DEPENDS = hs-deepseq->=1.1.0.0:devel/hs-deepseq
LIB_DEPENDS = devel/hs-deepseq>=1.1.0.0
RUN_DEPENDS = ${LIB_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.63 2010/11/15 19:45:59 espie Exp $
# $OpenBSD: Makefile,v 1.64 2010/11/26 07:19:00 espie Exp $
SHARED_ONLY= Yes
ONLY_FOR_ARCHS= amd64 i386
@ -109,7 +109,7 @@ FETCH_MANUALLY+= "http://java.sun.com/products/archive/j2se/5.0_16/index.html"
FETCH_MANUALLY+= "Get the Apache Xalan Java file:"
FETCH_MANUALLY+= " xalan-j_2_7_0-bin.tar.gz"
FETCH_MANUALLY+= "from http://archive.apache.org/dist/xml/xalan-j/"
BUILD_DEPENDS+= kaffe->=1.1.7p1:lang/kaffe \
BUILD_DEPENDS+= lang/kaffe>=1.1.7p1 \
lang/jikes
ALT_BOOTDIR2= ${LOCALBASE}/kaffe
MAKE_ENV+= ALT_BOOTDIR=${WRKDIST} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2010/11/18 10:41:56 sthen Exp $
# $OpenBSD: Makefile,v 1.42 2010/11/26 07:19:00 espie Exp $
COMMENT= library for loading GLADE interface files at runtime
@ -29,7 +29,7 @@ MODULES= devel/gettext \
lang/python \
x11/gnome
LIB_DEPENDS= x11/gtk+2 \
libxml->=2.6.16p6:textproc/libxml
textproc/libxml>=2.6.16p6
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2010/11/15 19:45:59 espie Exp $
# $OpenBSD: Makefile,v 1.56 2010/11/26 07:19:00 espie Exp $
COMMENT-main= GNOME Structured File library
COMMENT-gnome= GNOME specific extensions to libgsf
@ -36,7 +36,7 @@ MODULES= devel/gettext \
x11/gnome \
devel/gconf2
BUILD_DEPENDS= py-gtk2->=2.10:x11/py-gtk2 \
BUILD_DEPENDS= x11/py-gtk2>=2.10 \
devel/popt
LIB_DEPENDS= archivers/bzip2 \
devel/glib2 \
@ -58,7 +58,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAKE_ENV+= GCONF2_SCHEMAS_DIR="${LOCALBASE}/${SCHEMAS_INSTDIR}"
USE_GROFF = Yes
USE_GROFF = Yes
RUN_DEPENDS-gnome= ${RUN_DEPENDS} \
${MODGCONF2_RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2010/11/15 19:46:00 espie Exp $
# $OpenBSD: Makefile,v 1.50 2010/11/26 07:19:00 espie Exp $
COMMENT-main = SOAP implementation in C
COMMENT-gnome = GNOME specific libsoup parts
@ -27,7 +27,7 @@ WANTLIB = gcrypt gpg-error m pcre tasn1 z \
gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
gthread-2.0 gnutls>=12 xml2>=7
LIB_DEPENDS = glib2->=2.22.2:devel/glib2 \
LIB_DEPENDS = devel/glib2>=2.22.2 \
security/gnutls \
textproc/libxml

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:46:00 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:19:00 espie Exp $
COMMENT= IDE for the .NET platform
DISTNAME= monodevelop-2.4
@ -20,7 +20,7 @@ USE_GROFF = Yes
MODULES= lang/mono
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/desktop-file-utils \
shared-mime-info->=0.21:misc/shared-mime-info \
misc/shared-mime-info>=0.21 \
devel/mono-addins \
shells/bash \
x11/gnome/mono-gnome \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:46:00 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:19:00 espie Exp $
COMMENT= library for multiple-precision floating-point computations
@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}${DISTNAME}/
DIST_SUBDIR= ${DISTNAME}
LIB_DEPENDS = gmp->=4.2.0:devel/gmp
LIB_DEPENDS = devel/gmp>=4.2.0
# no interlibrary dependency, though
WANTLIB = gmp
@ -32,7 +32,7 @@ REORDER_DEPENDENCIES=${PORTSDIR}/infrastructure/mk/automake.dep
# needed on sparc64 at least: the mpfr tests are insufficient without
# gmp's internals
BUILD_DEPENDS= gmp->=4.2.0:devel/gmp:configure
BUILD_DEPENDS= devel/gmp>=4.2.0:configure
pre-configure:
ln -s ${WRKDIR}/devel/gmp/gmp-* ${WRKDIR}/gmp
cd ${WRKDIR}/gmp && ${MAKE} fib_table.h mp_bases.h

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:46:00 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/26 07:19:00 espie Exp $
COMMENT= common libraries and data for the MySQL GUI Suites
@ -20,8 +20,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://mysql.serenitynet.com/Downloads/MySQLGUITools/
BUILD_DEPENDS= devel/gettext \
libxml->=2.6.2:textproc/libxml \
glib2->=2.6.2:devel/glib2 \
textproc/libxml>=2.6.2 \
devel/glib2>=2.6.2 \
devel/libglade2 \
x11/gtk2mm \
databases/mysql \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:19:00 espie Exp $
COMMENT= represent a series of changes in annotate form
@ -15,7 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GROFF = Yes
RUN_DEPENDS= p5-Algorithm-Diff->=1.1901:devel/p5-Algorithm-Diff
RUN_DEPENDS= devel/p5-Algorithm-Diff>=1.1901
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:19:00 espie Exp $
COMMENT = use Moose or Mouse modules
@ -15,6 +15,6 @@ PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR = FLORA
RUN_DEPENDS = p5-Mouse->=0.21:devel/p5-Mouse
RUN_DEPENDS = devel/p5-Mouse>=0.21
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:19:00 espie Exp $
COMMENT = execute code after a scope finished compilation
@ -16,6 +16,6 @@ PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/p5-Sub-Exporter \
p5-Variable-Magic->=0.34:devel/p5-Variable-Magic
devel/p5-Variable-Magic>=0.34
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:19:00 espie Exp $
SHARED_ONLY= Yes
@ -19,6 +19,6 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-ExtUtils-Depends->=0.302:devel/p5-ExtUtils-Depends
RUN_DEPENDS= devel/p5-ExtUtils-Depends>=0.302
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.15 2010/11/26 07:19:00 espie Exp $
COMMENT= module to scan C language files
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Data-Flow->=0.05:devel/p5-Data-Flow
RUN_DEPENDS= devel/p5-Data-Flow>=0.05
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/26 07:19:00 espie Exp $
COMMENT= perl cache interface
@ -13,8 +13,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Digest-SHA1->=2.02:security/p5-Digest-SHA1 \
p5-IPC-ShareLite->=0.09:devel/p5-IPC-ShareLite \
p5-Error->=0.15:devel/p5-Error
RUN_DEPENDS= security/p5-Digest-SHA1>=2.02 \
devel/p5-IPC-ShareLite>=0.09 \
devel/p5-Error>=0.15
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:19:00 espie Exp $
COMMENT= debugging and tracing ultimate module
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Getargs-Long->=0.1.3:devel/p5-Getargs-Long
RUN_DEPENDS= devel/p5-Getargs-Long>=0.1.3
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/26 07:19:00 espie Exp $
SHARED_ONLY= Yes
COMMENT= XS speed-up for Class-C3
@ -16,6 +16,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Class-C3->=0.15:devel/p5-Class-C3
RUN_DEPENDS= devel/p5-Class-C3>=0.15
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.14 2010/11/26 07:19:00 espie Exp $
COMMENT= pragma to use the C3 method resolution order algorithm
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Algorithm-C3->=0.06:devel/p5-Algorithm-C3 \
RUN_DEPENDS= devel/p5-Algorithm-C3>=0.06 \
devel/p5-Test-Exception
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS= devel/p5-MRO-Compat \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/26 07:19:00 espie Exp $
COMMENT= validate method/function parameters
@ -17,6 +17,6 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Params-Validate->=0.23:devel/p5-Params-Validate
RUN_DEPENDS= devel/p5-Params-Validate>=0.23
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:46:01 espie Exp $
# $OpenBSD: Makefile,v 1.15 2010/11/26 07:19:00 espie Exp $
SHARED_ONLY= Yes
@ -21,7 +21,7 @@ RUN_DEPENDS= devel/p5-Devel-GlobalDestruction \
devel/p5-List-MoreUtils \
devel/p5-MRO-Compat \
devel/p5-Package-Stash \
p5-Sub-Name->=0.04:devel/p5-Sub-Name \
devel/p5-Sub-Name>=0.04 \
devel/p5-Task-Weaken \
devel/p5-Try-Tiny

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:02 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:19:00 espie Exp $
COMMENT= handle data in a hierarchical structure
@ -15,8 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Clone->=0.15:devel/p5-Clone \
p5-Test-Exception->=0.21:devel/p5-Test-Exception
RUN_DEPENDS= devel/p5-Clone>=0.15 \
devel/p5-Test-Exception>=0.21
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:02 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:19:00 espie Exp $
COMMENT = generates iCalendar (RFC 2445) calendar files
@ -17,7 +17,7 @@ PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/p5-Class-Accessor \
STEM->=0.55:devel/p5-Class-ReturnValue \
devel/p5-Class-ReturnValue>=0.55 \
devel/p5-Text-vFile-asData \
devel/p5-Test-LongString \
devel/p5-Test-NoWarnings \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:46:02 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/26 07:19:00 espie Exp $
COMMENT= visitor-style traversal of Perl data structures
@ -17,11 +17,11 @@ PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-Class-Accessor \
devel/p5-Data-Alias \
p5-Any-Moose->=0.09:devel/p5-Any-Moose \
devel/p5-Any-Moose>=0.09 \
devel/p5-Tie-ToObject \
devel/p5-namespace-clean
REGRESS_DEPENDS=p5-Test-MockObject->=1.04:devel/p5-Test-MockObject \
REGRESS_DEPENDS=devel/p5-Test-MockObject>=1.04 \
devel/p5-Test-use-ok
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2010/11/15 19:46:02 espie Exp $
# $OpenBSD: Makefile,v 1.22 2010/11/26 07:19:00 espie Exp $
SHARED_ONLY= Yes
@ -18,8 +18,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Bit-Vector->=6.2:math/p5-Bit-Vector \
p5-Carp-Clan->=5.3:devel/p5-Carp-Clan
RUN_DEPENDS= math/p5-Bit-Vector>=6.2 \
devel/p5-Carp-Clan>=5.3
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/11/15 19:46:02 espie Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/26 07:19:00 espie Exp $
COMMENT= Mayan Long Count calendar
@ -16,7 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
USE_GROFF = Yes
RUN_DEPENDS= p5-DateTime->=0.5000:devel/p5-DateTime
RUN_DEPENDS= devel/p5-DateTime>=0.5000
CONFIGURE_STYLE=modbuild

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:46:02 espie Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/26 07:19:00 espie Exp $
COMMENT= parse and format strp and strf time patterns
@ -14,9 +14,9 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DateTime->=0.5000:devel/p5-DateTime \
p5-DateTime-Locale->=0.41:devel/p5-DateTime-Locale \
p5-DateTime-TimeZone->=0.79:devel/p5-DateTime-TimeZone \
p5-Params-Validate->=0.64:devel/p5-Params-Validate
RUN_DEPENDS= devel/p5-DateTime>=0.5000 \
devel/p5-DateTime-Locale>=0.41 \
devel/p5-DateTime-TimeZone>=0.79 \
devel/p5-Params-Validate>=0.64
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:46:02 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/26 07:19:00 espie Exp $
COMMENT= perl objected oriented Date Time
@ -18,9 +18,9 @@ PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= devel/p5-DateTime-Format-Strptime
RUN_DEPENDS= p5-DateTime-Locale->=0.41:devel/p5-DateTime-Locale \
p5-DateTime-TimeZone->=1.09:devel/p5-DateTime-TimeZone \
p5-Params-Validate->=0.76:devel/p5-Params-Validate
RUN_DEPENDS= devel/p5-DateTime-Locale>=0.41 \
devel/p5-DateTime-TimeZone>=1.09 \
devel/p5-Params-Validate>=0.76
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= modbuild

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:46:02 espie Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/26 07:19:00 espie Exp $
SHARED_ONLY = Yes
@ -21,6 +21,6 @@ WANTLIB = z
MODULES = cpan
USE_GROFF = Yes
RUN_DEPENDS = converters/p5-JSON-Any
REGRESS_DEPENDS = p5-Sub-Name->=0.05:devel/p5-Sub-Name
REGRESS_DEPENDS = devel/p5-Sub-Name>=0.05
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:46:03 espie Exp $
# $OpenBSD: Makefile,v 1.15 2010/11/26 07:19:01 espie Exp $
COMMENT= module to declare real exception classes in perl
@ -16,7 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= STEM->=0.02:devel/p5-Class-Data-Inheritable \
STEM->=1.20:devel/p5-Devel-StackTrace
RUN_DEPENDS= devel/p5-Class-Data-Inheritable>=0.02 \
devel/p5-Devel-StackTrace>=1.20
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:03 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:19:01 espie Exp $
COMMENT= talk to other applications
@ -13,6 +13,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-IO-Tty->=1.07:devel/p5-IO-Tty
RUN_DEPENDS= devel/p5-IO-Tty>=1.07
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:03 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:19:01 espie Exp $
COMMENT= handle .desktop files
@ -11,7 +11,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-File-BaseDir->=0.03:devel/p5-File-BaseDir
RUN_DEPENDS= devel/p5-File-BaseDir>=0.03
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= modbuild

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:46:03 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:19:01 espie Exp $
COMMENT= common rules for searching for Perl things
@ -13,7 +13,7 @@ PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
RUN_DEPENDS= p5-File-Find-Rule->=0.20:devel/p5-File-Find-Rule
RUN_DEPENDS= devel/p5-File-Find-Rule>=0.20
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:46:03 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:19:01 espie Exp $
COMMENT= validate user input through a chain of constraints
@ -14,7 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-Class-Accessor \
p5-Class-Data-Accessor->=0.03:devel/p5-Class-Data-Accessor \
devel/p5-Class-Data-Accessor>=0.03 \
devel/p5-Class-Data-Inheritable \
devel/p5-Class-Inspector \
devel/p5-Date-Calc \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:03 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:19:01 espie Exp $
COMMENT= parses long function arguments
@ -16,6 +16,6 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Log-Agent->=0.105:devel/p5-Log-Agent
RUN_DEPENDS= devel/p5-Log-Agent>=0.105
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:46:03 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:19:01 espie Exp $
COMMENT= module for computing digests while reading or writing
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-PerlIO-via-dynamic->=0.11:devel/p5-PerlIO-via-dynamic
RUN_DEPENDS= devel/p5-PerlIO-via-dynamic>=0.11
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:46:04 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/26 07:19:01 espie Exp $
COMMENT= store multi-level hash structure in single-level tied hash
@ -8,7 +8,7 @@ REVISION= 1
CATEGORIES= devel
USE_GROFF = Yes
RUN_DEPENDS= p5-FreezeThaw->=0.3:devel/p5-FreezeThaw
RUN_DEPENDS= devel/p5-FreezeThaw>=0.3
BUILD_DEPENDS= ${RUN_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:04 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:19:01 espie Exp $
COMMENT= mro::* interface compatibility for Perl < 5.9.5
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Class-C3->=0.20:devel/p5-Class-C3
RUN_DEPENDS= devel/p5-Class-C3>=0.20
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_ARGS= --skipdeps

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:46:04 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/26 07:19:01 espie Exp $
COMMENT= standalone extensible Perl module installer
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-Module-ScanDeps \
devel/p5-File-Remove \
devel/p5-PAR-Dist \
p5-YAML-Tiny->=1.38:devel/p5-YAML-Tiny \
devel/p5-YAML-Tiny>=1.38 \
converters/p5-JSON
CONFIGURE_ARGS= --skipdeps

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/11/15 19:46:04 espie Exp $
# $OpenBSD: Makefile,v 1.17 2010/11/26 07:19:01 espie Exp $
SHARED_ONLY= Yes
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
CPAN_AUTHOR= DOY
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-MOP->=0.94:devel/p5-Class-MOP \
RUN_DEPENDS= devel/p5-Class-MOP>=0.94 \
devel/p5-Data-OptList \
devel/p5-List-MoreUtils \
devel/p5-Sub-Exporter \
@ -39,7 +39,7 @@ REGRESS_DEPENDS=databases/p5-DBM-Deep \
devel/p5-Test-Exception \
devel/p5-Test-LongString \
devel/p5-Test-Output \
p5-Test-Warn->=0.10:devel/p5-Test-Warn \
devel/p5-Test-Warn>=0.10 \
textproc/p5-Regexp-Common \
www/p5-libwww \
www/p5-URI

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/11/15 19:46:04 espie Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/26 07:19:01 espie Exp $
COMMENT = fine grained cloning support for Moose objects
@ -13,9 +13,9 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = p5-Data-Visitor->=0.24:devel/p5-Data-Visitor \
RUN_DEPENDS = devel/p5-Data-Visitor>=0.24 \
devel/p5-Hash-Util-FieldHash-Compat \
p5-Moose->=0.74:devel/p5-Moose \
devel/p5-Moose>=0.74 \
devel/p5-namespace-clean
REGRESS_DEPENDS = devel/p5-Test-use-ok

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:46:04 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 07:19:01 espie Exp $
COMMENT = emulate Class::Accessor::Fast behavior using Moose
@ -13,7 +13,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = p5-Moose->=0.74:devel/p5-Moose \
RUN_DEPENDS = devel/p5-Moose>=0.74 \
devel/p5-namespace-clean
REGRESS_DEPENDS = devel/p5-Test-Exception

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:46:04 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:19:01 espie Exp $
SHARED_ONLY= Yes
@ -18,7 +18,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= p5-Moose->=0.94:devel/p5-Moose \
RUN_DEPENDS= devel/p5-Moose>=0.94 \
devel/p5-MooseX-Types \
devel/p5-aliased \
devel/p5-namespace-autoclean \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:04 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:19:01 espie Exp $
COMMENT = organise your Moose types in libraries
@ -14,7 +14,7 @@ PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/p5-Carp-Clan \
p5-Moose->=0.93:devel/p5-Moose \
devel/p5-Moose>=0.93 \
devel/p5-Sub-Install \
devel/p5-Sub-Name \
devel/p5-namespace-clean

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:46:05 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 07:19:01 espie Exp $
COMMENT= Compare Dates
@ -17,7 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Time-TimeDate->=1.16:devel/p5-Time-TimeDate \
RUN_DEPENDS= devel/p5-Time-TimeDate>=1.16 \
devel/p5-Number-Compare
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:46:05 espie Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:19:01 espie Exp $
COMMENT= base class for creating plugin enabled POE Components
@ -14,7 +14,7 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
USE_GROFF = Yes
RUN_DEPENDS= p5-POE->=1.0002:devel/p5-POE \
RUN_DEPENDS= devel/p5-POE>=1.0002 \
devel/p5-Task-Weaken
MODCPAN_EXAMPLES= Yes

Some files were not shown because too many files have changed in this diff Show More