aboutsummaryrefslogtreecommitdiff
path: root/mail/imapsync
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-16 14:03:33 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-16 14:03:33 +0000
commit7b06f6003fe45ba56099695c1582441beb7ead46 (patch)
tree23f46de57bc0e687374e3a73c51450823a9b39af /mail/imapsync
parentf5d5f57343d8d82436e4d575ca0a54bc70d20c5a (diff)
downloadports-7b06f6003fe45ba56099695c1582441beb7ead46.tar.gz
ports-7b06f6003fe45ba56099695c1582441beb7ead46.zip
- Add 2nd master site [1]
(main site does not keep old versions, breaking port until update is submitted and committed) - Remove old perl stuff PR: 111636 [1] Submitted by: Jim Riggs <ports AT christianserving.org> (maintainer) [1] Approved by: clsung (mentor)
Notes
Notes: svn path=/head/; revision=190125
Diffstat (limited to 'mail/imapsync')
-rw-r--r--mail/imapsync/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile
index 8fd4ab770cf0..7d7351b07d58 100644
--- a/mail/imapsync/Makefile
+++ b/mail/imapsync/Makefile
@@ -8,7 +8,8 @@
PORTNAME= imapsync
PORTVERSION= 1.219
CATEGORIES= mail perl5
-MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/
+MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/ \
+ http://christianserving.org/ports/mail/imapsync/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@christianserving.org
@@ -27,15 +28,9 @@ POD2MAN?= pod2man
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again
-.endif
-
do-install:
${POD2MAN} ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>