svn commit: r470093 - head/textproc/p5-PDF-API2-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 16 00:01:08 UTC 2018


Author: sunpoet
Date: Wed May 16 00:01:06 2018
New Revision: 470093
URL: https://svnweb.freebsd.org/changeset/ports/470093

Log:
  Add LICENSE
  
  - Add BUILD_DEPENDS
  - Add NO_ARCH
  - Take maintainership

Modified:
  head/textproc/p5-PDF-API2-Simple/Makefile
  head/textproc/p5-PDF-API2-Simple/pkg-descr   (contents, props changed)

Modified: head/textproc/p5-PDF-API2-Simple/Makefile
==============================================================================
--- head/textproc/p5-PDF-API2-Simple/Makefile	Wed May 16 00:01:01 2018	(r470092)
+++ head/textproc/p5-PDF-API2-Simple/Makefile	Wed May 16 00:01:06 2018	(r470093)
@@ -7,11 +7,15 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:CHROMATIC
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Wrapper for the PDF::API2 modules
 
-RUN_DEPENDS=	p5-PDF-API2>=0:textproc/p5-PDF-API2
+LICENSE=	PD
 
+BUILD_DEPENDS=	p5-PDF-API2>=0:textproc/p5-PDF-API2
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-PDF-API2-Simple/pkg-descr
==============================================================================
--- head/textproc/p5-PDF-API2-Simple/pkg-descr	Wed May 16 00:01:01 2018	(r470092)
+++ head/textproc/p5-PDF-API2-Simple/pkg-descr	Wed May 16 00:01:06 2018	(r470093)
@@ -1,3 +1,3 @@
-Simplistic wrapper for the PDF-API2 modules
+PDF::API2::Simple is a simplistic wrapper for the excellent PDF::API2 modules.
 
 WWW: http://search.cpan.org/dist/PDF-API2-Simple/


More information about the svn-ports-head mailing list