diff options
author | az <az@FreeBSD.org> | 2013-09-02 03:14:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 03:14:36 +0800 |
commit | 2fcee9b6d0c218a077d9fc2690568172856262cc (patch) | |
tree | 86e9ed7071edff09073a28d8451bf4fd43ef3b4f /mail | |
parent | c550db59136f799ff8a6e8a49e82cbb83aa095cb (diff) | |
download | freebsd-ports-gnome-2fcee9b6d0c218a077d9fc2690568172856262cc.tar.gz freebsd-ports-gnome-2fcee9b6d0c218a077d9fc2690568172856262cc.tar.zst freebsd-ports-gnome-2fcee9b6d0c218a077d9fc2690568172856262cc.zip |
- Fix typo in perl5 conversion.
With hat: perl@
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Lite-TT-HTML/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/p5-MIME-Lite-TT-HTML/Makefile b/mail/p5-MIME-Lite-TT-HTML/Makefile index d35db41ccef3..3fafd6540a4e 100644 --- a/mail/p5-MIME-Lite-TT-HTML/Makefile +++ b/mail/p5-MIME-Lite-TT-HTML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/p5-MIME-Lite-TT-HTML -# Date created: 22 March 2008 -# Whom: Tuc <freebsd-ports@t-b-o-h.net> -# +# Created by: Tuc <freebsd-ports@t-b-o-h.net> # $FreeBSD$ -# PORTNAME= MIME-Lite-TT-HTML PORTVERSION= 0.04 @@ -26,8 +22,7 @@ RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks USES= perl5 -USE_PERL5= configure -PERL_MODBUILD= yes +USE_PERL5= modbuild MAN3= MIME::Lite::TT::HTML.3 |