Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2017 23:42:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444151 - head/devel/p5-Data-ParseBinary
Message-ID:  <201706222342.v5MNgOhb093584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jun 22 23:42:24 2017
New Revision: 444151
URL: https://svnweb.freebsd.org/changeset/ports/444151

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add LICENSE
    - Add NO_ARCH
  
  With hat:	perl

Modified:
  head/devel/p5-Data-ParseBinary/Makefile

Modified: head/devel/p5-Data-ParseBinary/Makefile
==============================================================================
--- head/devel/p5-Data-ParseBinary/Makefile	Thu Jun 22 23:42:19 2017	(r444150)
+++ head/devel/p5-Data-ParseBinary/Makefile	Thu Jun 22 23:42:24 2017	(r444151)
@@ -11,9 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	az@FreeBSD.org
 COMMENT=	Yet Another parser for binary structures
 
-BUILD_DEPENDS=	p5-Math-BigInt>=1.993:math/p5-Math-BigInt
-TEST_DEPENDS=	p5-Test-Simple>=0.96:devel/p5-Test-Simple
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706222342.v5MNgOhb093584>