Fix LATEST_LINK and some cleanup

This commit is contained in:
Palle Girgensohn 2013-10-17 13:39:36 +00:00
parent eb6d37560f
commit fd63fcc98e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330639
5 changed files with 6 additions and 8 deletions

View File

@ -3,8 +3,7 @@
PORTNAME= postgresql
CATEGORIES= databases perl5
PKGNAMESUFFIX?= ${DISTV:S/.//}-plperl
DISTV= ${DISTVERSION:R}
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= Write SQL functions for PostgreSQL using Perl5

View File

@ -2,8 +2,7 @@
PORTNAME= postgresql
CATEGORIES= databases python
PKGNAMESUFFIX?= ${DISTV:S/.//}-plpython
DISTV= ${DISTVERSION:R}
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= Module for using Python to write SQL functions

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= postgresql
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= databases tcl
PKGNAMESUFFIX?= ${DISTV:S/.//}-pltcl
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= Module for using Tcl to write SQL functions

View File

@ -4,4 +4,4 @@
WANT_PGSQL_VER= 92
NO_STAGE= yes
.include "${.CURDIR}/../postgresql90-pltcl/Makefile"
.include "${.CURDIR}/../postgresql91-pltcl/Makefile"

View File

@ -4,4 +4,4 @@
WANT_PGSQL_VER= 93
NO_STAGE= yes
.include "${.CURDIR}/../postgresql90-pltcl/Makefile"
.include "${.CURDIR}/../postgresql91-pltcl/Makefile"