svn commit: r396540 - head/mail/pear-Mail_mimeDecode

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 21:48:28 UTC 2015


Author: amdmi3
Date: Wed Sep  9 21:48:27 2015
New Revision: 396540
URL: https://svnweb.freebsd.org/changeset/ports/396540

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Pet portlint

Modified:
  head/mail/pear-Mail_mimeDecode/Makefile

Modified: head/mail/pear-Mail_mimeDecode/Makefile
==============================================================================
--- head/mail/pear-Mail_mimeDecode/Makefile	Wed Sep  9 21:48:10 2015	(r396539)
+++ head/mail/pear-Mail_mimeDecode/Makefile	Wed Sep  9 21:48:27 2015	(r396540)
@@ -4,16 +4,16 @@
 PORTNAME=	Mail_mimeDecode
 PORTVERSION=	1.5.5
 CATEGORIES=	mail www pear
-DISTNAME=	Mail_mimeDecode-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Provides a class to decode mime messages
 
+LICENSE=	BSD3CLAUSE
+
 BUILD_DEPENDS=	${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
 RUN_DEPENDS=	${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
 
-LICENSE=	BSD3CLAUSE
-
-USES=	pear
+USES=		pear
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list