Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2018 09:08:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480794 - head/print/p5-Text-PDF
Message-ID:  <201809270908.w8R98V2H082578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 27 09:08:30 2018
New Revision: 480794
URL: https://svnweb.freebsd.org/changeset/ports/480794

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Pet portlint
  
  Approved by:	portmgr blanket

Modified:
  head/print/p5-Text-PDF/Makefile

Modified: head/print/p5-Text-PDF/Makefile
==============================================================================
--- head/print/p5-Text-PDF/Makefile	Thu Sep 27 09:00:13 2018	(r480793)
+++ head/print/p5-Text-PDF/Makefile	Thu Sep 27 09:08:30 2018	(r480794)
@@ -11,16 +11,20 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	PDF manipulation module
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 WRKSRC=		${WRKDIR}/${DISTNAME:C/a$//}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 post-patch:
 	@${RM} ${WRKSRC}/pm_to_blib
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples
-	@${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples
+	${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples
 
 .include <bsd.port.mk>



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