diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2009-05-26 09:42:02 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2009-05-26 09:42:02 +0000 |
| commit | df8c38c4450f0f5ae997bb44b20639feea8ee823 (patch) | |
| tree | 3029606a1204ee492e45714f2d429b4ead042899 /databases/postgresql-plruby/Makefile | |
| parent | 41035e9c8e274c35271b364097f02d189ae25a1d (diff) | |
Notes
Diffstat (limited to 'databases/postgresql-plruby/Makefile')
| -rw-r--r-- | databases/postgresql-plruby/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index eac89c09a11b..40b9287d9283 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -7,12 +7,17 @@ ftp://moulon.inra.fr/pub/ruby/# New ports collection makefile for: PL/Ruby PORTNAME= plruby PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= databases ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= postgresql- DIST_SUBDIR= ruby +PATCHFILES= 3b3cc0786b0814eaa792cec65cedd54e1e43e9bd.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 |
