1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- remove 4.x workaround

PR:		113814
Reviewed by:	erwin
Approved by:	maintainer

- reset maintainership

Submitted by:	maintainer
This commit is contained in:
Erwin Lansing 2007-06-21 15:59:12 +00:00
parent 627dd8d23e
commit b35704b69a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194007

View File

@ -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>