aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-06-21 15:59:12 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-06-21 15:59:12 +0000
commitb35704b69af8a2c3d664e2377d23360568dd3076 (patch)
treea76ba23a4186de2e9b23cb082ccf2f790b9e9fad
parent627dd8d23ebbc43d86933bf0a81bd41ae20259b7 (diff)
downloadports-b35704b69af8a2c3d664e2377d23360568dd3076.tar.gz
ports-b35704b69af8a2c3d664e2377d23360568dd3076.zip
- remove 4.x workaround
PR: 113814 Reviewed by: erwin Approved by: maintainer - reset maintainership Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=194007
-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>