diff options
Diffstat (limited to 'mail/p5-Email-MIME-CreateHTML/Makefile')
-rw-r--r-- | mail/p5-Email-MIME-CreateHTML/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/p5-Email-MIME-CreateHTML/Makefile b/mail/p5-Email-MIME-CreateHTML/Makefile index 62d5c416f7fb..2cd585768fe3 100644 --- a/mail/p5-Email-MIME-CreateHTML/Makefile +++ b/mail/p5-Email-MIME-CreateHTML/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Email-MIME-CreateHTML -PORTVERSION= 1.041 +PORTVERSION= 1.042 CATEGORIES= mail www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Multipart HTML Email builder LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-Data-Serializer>=0:devel/p5-Data-Serializer \ p5-Email-MIME>=0:mail/p5-Email-MIME \ @@ -18,7 +19,7 @@ BUILD_DEPENDS= p5-Data-Serializer>=0:devel/p5-Data-Serializer \ p5-HTML-Tagset>=0:www/p5-HTML-Tagset \ p5-HTML-TokeParser-Simple>=3.15:www/p5-HTML-TokeParser-Simple \ p5-Log-Trace>=0:devel/p5-Log-Trace \ - p5-MIME-Types>=0:mail/p5-MIME-Types \ + p5-MIME-Types>=2.17:mail/p5-MIME-Types \ p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -30,6 +31,7 @@ TEST_DEPENDS= p5-Email-Address>=0:mail/p5-Email-Address \ p5-Test-Assertions>=0:devel/p5-Test-Assertions \ p5-common-sense>=0:devel/p5-common-sense +NO_ARCH= yes USES= perl5 USE_PERL5= configure |