diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
| commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
| tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /mail/p5-Email-MIME-CreateHTML | |
| parent | - Fix build with PYTHON_DEFAULT_VERSION of 3+. [1] (diff) | |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'mail/p5-Email-MIME-CreateHTML')
| -rw-r--r-- | mail/p5-Email-MIME-CreateHTML/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/p5-Email-MIME-CreateHTML/Makefile b/mail/p5-Email-MIME-CreateHTML/Makefile index 3103a061623b..d482efbdcbd8 100644 --- a/mail/p5-Email-MIME-CreateHTML/Makefile +++ b/mail/p5-Email-MIME-CreateHTML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/p5-Email-MIME-CreateHTML -# Date created: August 26, 2007 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Email-MIME-CreateHTML PORTVERSION= 1.030 @@ -27,7 +23,8 @@ BUILD_DEPENDS= p5-File-Policy>=0:${PORTSDIR}/devel/p5-File-Policy \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::MIME::CreateHTML.3 \ Email::MIME::CreateHTML::Resolver.3 \ |
