svn commit: r405002 - head/www/drupal6-mimedetect

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jan 1 15:29:41 UTC 2016


Author: amdmi3
Date: Fri Jan  1 15:29:40 2016
New Revision: 405002
URL: https://svnweb.freebsd.org/changeset/ports/405002

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/www/drupal6-mimedetect/Makefile

Modified: head/www/drupal6-mimedetect/Makefile
==============================================================================
--- head/www/drupal6-mimedetect/Makefile	Fri Jan  1 15:13:44 2016	(r405001)
+++ head/www/drupal6-mimedetect/Makefile	Fri Jan  1 15:29:40 2016	(r405002)
@@ -9,10 +9,14 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	API for Consistent Server Side Mime Detection
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
 USES=		drupal:6,module
 
 MODULE_FILES=	magic magic.mgc magic.mime \
 		mimedetect.info mimedetect.install mimedetect.module
 DOC_FILES=	LICENSE.txt README.txt
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list