Date: Sun, 14 Apr 2019 17:53:05 +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: r498933 - head/devel/p5-DateTime-Format-HTTP Message-ID: <201904141753.x3EHr5Jx022990@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 14 17:53:05 2019 New Revision: 498933 URL: https://svnweb.freebsd.org/changeset/ports/498933 Log: Add LICENSE - Add NO_ARCH Modified: head/devel/p5-DateTime-Format-HTTP/Makefile Modified: head/devel/p5-DateTime-Format-HTTP/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-HTTP/Makefile Sun Apr 14 17:53:00 2019 (r498932) +++ head/devel/p5-DateTime-Format-HTTP/Makefile Sun Apr 14 17:53:05 2019 (r498933) @@ -11,11 +11,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= HTTP date conversion routines +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ p5-libwww>=0:www/p5-libwww USES= perl5 USE_PERL5= modbuild + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904141753.x3EHr5Jx022990>