Date: Tue, 8 Dec 2015 17:31:38 +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: r403313 - head/finance/p5-Business-Stripe Message-ID: <201512081731.tB8HVcZL085479@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Dec 8 17:31:38 2015 New Revision: 403313 URL: https://svnweb.freebsd.org/changeset/ports/403313 Log: - Add LICENSE - Add NO_ARCH Modified: head/finance/p5-Business-Stripe/Makefile Modified: head/finance/p5-Business-Stripe/Makefile ============================================================================== --- head/finance/p5-Business-Stripe/Makefile Tue Dec 8 17:27:27 2015 (r403312) +++ head/finance/p5-Business-Stripe/Makefile Tue Dec 8 17:31:38 2015 (r403313) @@ -15,7 +15,11 @@ RUN_DEPENDS= p5-HTTP-Message>=0.0:${PORT p5-libwww>0.0:${PORTSDIR}/www/p5-libwww \ p5-MIME-Base64>=0.0:${PORTSDIR}/converters/p5-MIME-Base64 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512081731.tB8HVcZL085479>