aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-plruby/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2010-01-02 05:07:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2010-01-02 05:07:42 +0000
commitff66d327f8de3fdd50ca39f7a714da45a9c487f9 (patch)
treee052aa83409b750cbad5b45c5b1484fda0c3b030 /databases/postgresql-plruby/Makefile
parent563acc9564dcd7388bd37f09de37c665aa689d65 (diff)
Notes
Diffstat (limited to 'databases/postgresql-plruby/Makefile')
-rw-r--r--databases/postgresql-plruby/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile
index 2f94d9d7e6d4..a753e28f484b 100644
--- a/databases/postgresql-plruby/Makefile
+++ b/databases/postgresql-plruby/Makefile
@@ -7,12 +7,17 @@
PORTNAME= plruby
PORTVERSION= 0.5.4
+PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= RF/${PORTNAME} \
ftp://ftp.iDaemons.org/pub/distfiles/
PKGNAMEPREFIX= postgresql-
DIST_SUBDIR= ruby
+PATCHFILES= df2c4d39cdda35e1cb842106b22aaa10df2760e6.diff
+PATCH_SITES= http://github.com/knu/postgresql-plruby/commit/
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= knu@FreeBSD.org
COMMENT= PL/Ruby procedural language for the PostgreSQL database system