aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2007-06-21 23:59:12 +0800
committererwin <erwin@FreeBSD.org>2007-06-21 23:59:12 +0800
commita077fbf6d85acbfd516f4fbe44479c42c50c909b (patch)
tree7f0757f51412695f5afe967d0af96e51adb4dc8c /misc
parenta4fa76f6f9e1076419063d0064b14c6a8e82b913 (diff)
downloadfreebsd-ports-gnome-a077fbf6d85acbfd516f4fbe44479c42c50c909b.tar.gz
freebsd-ports-gnome-a077fbf6d85acbfd516f4fbe44479c42c50c909b.tar.zst
freebsd-ports-gnome-a077fbf6d85acbfd516f4fbe44479c42c50c909b.zip
- remove 4.x workaround
PR: 113814 Reviewed by: erwin Approved by: maintainer - reset maintainership Submitted by: maintainer
Diffstat (limited to 'misc')
-rw-r--r--misc/callid/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/misc/callid/Makefile b/misc/callid/Makefile
index ef734ff26c32..2d0c0239854d 100644
--- a/misc/callid/Makefile
+++ b/misc/callid/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.xs4all.nl/~possamai/callid/
-MAINTAINER= possamai@xs4all.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to log incoming calls using ISDN and output to mysql/php
USE_MYSQL= yes
@@ -22,13 +22,7 @@ NO_BUILD= yes
PORTDOCS= CHANGES README TODO make-db.mysql
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-.else
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-.endif
pre-everything::
@${ECHO} ""
@@ -58,4 +52,4 @@ post-install:
${INSTALL_SCRIPT} -m 751 ${WRKSRC}/etc/rc.d/callid.sh ${PREFIX}/etc/rc.d/callid.sh; \
fi
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>