[Freebsd-haskell] [PATCH 3/9] ports-mgmt/porte:

Jacula Modyun jacula at gmail.com
Sun Mar 8 09:38:28 EDT 2009


- standardized pkg-descr

- corrected profile dependence in the Makefile
---
 ports-mgmt/porte/Makefile  |    4 ++++
 ports-mgmt/porte/pkg-descr |   13 ++++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/ports-mgmt/porte/Makefile b/ports-mgmt/porte/Makefile
index 66edc24..5de3557 100644
--- a/ports-mgmt/porte/Makefile
+++ b/ports-mgmt/porte/Makefile
@@ -17,4 +17,8 @@ LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4
 
 USE_CABAL=	distrsimple:full docs hc:bothdep profile:all:full
 
+.if !defined(NO_PROFILE)
+PROFILE_DEPENDS=	libHSstringsearch-%%ver%%:${PORTSDIR}/textproc/hs-stringsearch
+.endif
+
 .include <bsd.port.mk>
diff --git a/ports-mgmt/porte/pkg-descr b/ports-mgmt/porte/pkg-descr
index d6579f3..36524b3 100644
--- a/ports-mgmt/porte/pkg-descr
+++ b/ports-mgmt/porte/pkg-descr
@@ -2,4 +2,15 @@ Porte provides a simple, fast and efficient interface to searching
 FreeBSD ports index fields. It also has a simple statistics mode which
 allows collecting frequency statistics for these fields.
 
-WWW: http://www.kerneled.org/
+Author:		Samy Al Bahra
+Maintainer:	sbahra at kerneled.org
+License:	BSD3
+WWW:		http://www.kerneled.org/
+Package-url:	http://hackage.haskell.org/packages/archive/porte/
+
+Exposed-Modules:
+	Porte.Tool
+	Porte.Statistics
+	Porte.Ports
+
+Executable:	porte
-- 
1.6.1.3



More information about the FreeBSD-haskell mailing list