summaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-03-13 21:10:34 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-03-13 21:10:34 +0000
commitea31f9c605c99fe1411efd6c36537b4336c3ea1c (patch)
treee11242b0366602997c4816c11d27edbffb6accea /converters/Makefile
parent- bumped PORTREVISION because this perl module didn't work (diff)
new port p5-Boulder
Boulder IO is a simple TAG=VALUE data format designed for sharing data between programs connected via a pipe. It is also simple enough to use as a common data exchange format between databases, Web pages, and other data representations. The basic data format is very simple. It consists of a series of TAG=VALUE pairs separated by newlines. It is record-oriented. The end of a record is indicated by an empty delimiter alone on a line. The delimiter is "=" by default, but can be adjusted by the user. WWW: http://search.cpan.org/search?dist=Boulder
Notes
Notes: svn path=/head/; revision=39788
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 82e2e0ff15cb..6b51cd575590 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -22,6 +22,7 @@
SUBDIR += mmencode
SUBDIR += mpack
SUBDIR += mule-ucs-emacs20
+ SUBDIR += p5-Boulder
SUBDIR += p5-Convert-ASN1
SUBDIR += p5-Convert-BER
SUBDIR += p5-Convert-Morse