aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-29 17:03:25 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-29 17:03:25 +0800
commit71b398d3d94308ccb0d4b09558205684419666b3 (patch)
treedc9b538c2c07c6575bd4a787d34223103dd274d7
parent77df244a5e9f7302bdb36653824b36c9ed8ea0d5 (diff)
downloadfreebsd-ports-71b398d3d94308ccb0d4b09558205684419666b3.tar.gz
freebsd-ports-71b398d3d94308ccb0d4b09558205684419666b3.tar.zst
freebsd-ports-71b398d3d94308ccb0d4b09558205684419666b3.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=465872
-rw-r--r--devel/p5-Data-Compare/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Data-Compare/Makefile b/devel/p5-Data-Compare/Makefile
index 871bc3601249..290cdff9563d 100644
--- a/devel/p5-Data-Compare/Makefile
+++ b/devel/p5-Data-Compare/Makefile
@@ -13,10 +13,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0*$//}
MAINTAINER= tobez@FreeBSD.org
COMMENT= Data::Compare - compare perl data structures
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>