diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-17 19:45:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-17 19:45:44 +0000 |
commit | 3b94e007848ac98d656f8408a26f3bc1d94df019 (patch) | |
tree | 3a0218a84f1b3b8c9b0551a764aaec9ff170288e /misc/callid | |
parent | 2409930a44c91a458cc725e4f5ceaf59a227f6c3 (diff) | |
download | ports-3b94e007848ac98d656f8408a26f3bc1d94df019.tar.gz ports-3b94e007848ac98d656f8408a26f3bc1d94df019.zip |
Notes
Diffstat (limited to 'misc/callid')
-rw-r--r-- | misc/callid/Makefile | 16 | ||||
-rw-r--r-- | misc/callid/distinfo | 3 |
2 files changed, 13 insertions, 6 deletions
diff --git a/misc/callid/Makefile b/misc/callid/Makefile index 17c28a64c915..5f3ad353ac3d 100644 --- a/misc/callid/Makefile +++ b/misc/callid/Makefile @@ -6,22 +6,28 @@ # PORTNAME= callid -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= misc MASTER_SITES= http://www.xs4all.nl/~possamai/callid/ MAINTAINER= possamai@xs4all.nl COMMENT= Utility to log incoming calls using ISDN and output to mysql/php -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql40 - USE_MYSQL= yes USE_PHP= yes WANT_PHP_WEB= yes NO_BUILD= yes -PORTDOCS= README TODO make-db.mysql +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} "" @@ -51,4 +57,4 @@ post-install: ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/etc/rc.d/callid.sh ${PREFIX}/etc/rc.d/callid.sh; \ fi -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/callid/distinfo b/misc/callid/distinfo index 105ab477bb1a..0a2dd3a332fd 100644 --- a/misc/callid/distinfo +++ b/misc/callid/distinfo @@ -1 +1,2 @@ -MD5 (callid-1.1.tar.gz) = 29ccde3cf488297f54689228d231ee97 +MD5 (callid-1.2.tar.gz) = ad0210d982f9041d4217f5e03a249f74 +SIZE (callid-1.2.tar.gz) = 71456 |