diff options
author | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
commit | 172967ef1621383bbbafd54a70d990b5eb06ff48 (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /mail/mlmmj | |
parent | 0f6a0d608db3e512bf6e17f016053ec856ecafe2 (diff) | |
download | freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.gz freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.zst freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.zip |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail/mlmmj')
-rw-r--r-- | mail/mlmmj/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index fd87c91b7959..9f1b7fcb4bf4 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -56,12 +56,6 @@ MAN1= mlmmj-bounce.1 mlmmj-list.1 mlmmj-maintd.1 mlmmj-make-ml.sh.1 mlmmj-proce .include <bsd.port.pre.mk> -.if defined(WITH_PERL_WEBINTERFACE) -. if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -. endif -.endif - post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/mlmmj-make-ml.sh |