diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-01-08 05:01:03 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-01-08 05:01:03 +0000 |
commit | 8b73d17400f2d5af147a36643fe8ea75a10bc743 (patch) | |
tree | 7b28638c054a037311d00c3abe30327d42cd541e /mail/qmhandle | |
parent | fc19885cf9b7fb0a8bba3dde52295b1db81b1b12 (diff) | |
download | ports-8b73d17400f2d5af147a36643fe8ea75a10bc743.tar.gz ports-8b73d17400f2d5af147a36643fe8ea75a10bc743.zip |
Notes
Diffstat (limited to 'mail/qmhandle')
-rw-r--r-- | mail/qmhandle/Makefile | 12 | ||||
-rw-r--r-- | mail/qmhandle/distinfo | 2 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile index 0182ecdd7e2c..f3cca218c284 100644 --- a/mail/qmhandle/Makefile +++ b/mail/qmhandle/Makefile @@ -6,11 +6,11 @@ # PORTNAME= qmHandle -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qmhandle +DISTNAME= qmhandle-${PORTVERSION} MAINTAINER= petef@FreeBSD.org COMMENT= Tool to view and manage a qmail queue @@ -27,6 +27,12 @@ QMAIL_DIR?= ${LOCALBASE}/qmail QMAIL_DIR?= /var/qmail .endif +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= Port requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + post-patch: @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},; \ s,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/qmHandle @@ -40,4 +46,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/qmhandle/distinfo b/mail/qmhandle/distinfo index e9998a12e777..33bc7e586ccf 100644 --- a/mail/qmhandle/distinfo +++ b/mail/qmhandle/distinfo @@ -1 +1 @@ -MD5 (qmHandle-1.0.0.tar.gz) = 4522172ffaba5830757b2f1730ecb534 +MD5 (qmhandle-1.2.0.tar.gz) = 0d2b5f1756d7641a8a8054e29e1b9747 |