5542f53b23
ports, for the ports that are built both on ruby 1.8 and ruby 1.9, switch the category Makefiles to explicitly list the ruby18 FLAVOR instead of the ruby19 FLAVOR. Also, for home_run, fastri, and fastercsv, explicitly build only the ruby 1.8 version of the port. These libraries can run on ruby 1.9, but it doesn't make sense to build a ruby 1.9 version by default.
70 lines
1.8 KiB
Makefile
70 lines
1.8 KiB
Makefile
# $OpenBSD: Makefile,v 1.62 2012/09/23 17:20:41 jeremy Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += base64
|
|
SUBDIR += btoa
|
|
SUBDIR += d1489
|
|
SUBDIR += dos2unix
|
|
SUBDIR += enca
|
|
SUBDIR += html2text
|
|
SUBDIR += html2wml
|
|
SUBDIR += ish
|
|
SUBDIR += libdvdcss
|
|
SUBDIR += libiconv
|
|
SUBDIR += libpst
|
|
SUBDIR += libunistring
|
|
SUBDIR += mimepp
|
|
SUBDIR += mpack
|
|
SUBDIR += p5-Calendar-Simple
|
|
SUBDIR += p5-Catalyst-Plugin-Charsets-Japanese
|
|
SUBDIR += p5-Catalyst-View-JSON
|
|
SUBDIR += p5-Convert-ASCII-Armour
|
|
SUBDIR += p5-Convert-ASN1
|
|
SUBDIR += p5-Convert-BER
|
|
SUBDIR += p5-Convert-Base32
|
|
SUBDIR += p5-Convert-BinHex
|
|
SUBDIR += p5-Convert-Binary-C
|
|
SUBDIR += p5-Convert-Color
|
|
SUBDIR += p5-Convert-PEM
|
|
SUBDIR += p5-Convert-TNEF
|
|
SUBDIR += p5-Convert-UU
|
|
SUBDIR += p5-Convert-UUlib
|
|
SUBDIR += p5-Date-Tolkien-Shire
|
|
SUBDIR += p5-DateManip
|
|
SUBDIR += p5-Encode-IMAPUTF7
|
|
SUBDIR += p5-Finance-Currency-Convert-XE
|
|
SUBDIR += p5-JSON
|
|
SUBDIR += p5-JSON-Any
|
|
SUBDIR += p5-JSON-DWIW
|
|
SUBDIR += p5-JSON-XS
|
|
SUBDIR += p5-JSON-XS-VersionOneAndTwo
|
|
SUBDIR += p5-Jcode
|
|
SUBDIR += p5-MARC-Record
|
|
SUBDIR += p5-Net-IDN-Encode
|
|
SUBDIR += p5-Net-IDN-Nameprep
|
|
SUBDIR += p5-Text-Iconv
|
|
SUBDIR += p5-Unicode-LineBreak
|
|
SUBDIR += p5-Unicode-Map
|
|
SUBDIR += p5-Unicode-Map8
|
|
SUBDIR += p5-Unicode-MapUTF8
|
|
SUBDIR += p5-Unicode-String
|
|
SUBDIR += p5-Unicode-Stringprep
|
|
SUBDIR += pflogx
|
|
SUBDIR += ppmtoTbmp
|
|
SUBDIR += py-cjkcodecs
|
|
SUBDIR += py-iconvcodec
|
|
SUBDIR += qprint
|
|
SUBDIR += recode
|
|
SUBDIR += ripmime
|
|
SUBDIR += rpm2cpio
|
|
SUBDIR += ruby-multi_json
|
|
SUBDIR += ruby-json
|
|
SUBDIR += ruby-json,ruby18
|
|
SUBDIR += trans
|
|
SUBDIR += wv
|
|
SUBDIR += wv2
|
|
SUBDIR += xlhtml
|
|
SUBDIR += xmltoman
|
|
|
|
.include <bsd.port.subdir.mk>
|