svn commit: r329332 - head/net/p5-Socket6

Hajimu UMEMOTO ume at FreeBSD.org
Fri Oct 4 15:56:12 UTC 2013


Author: ume
Date: Fri Oct  4 15:56:11 2013
New Revision: 329332
URL: http://svnweb.freebsd.org/changeset/ports/329332

Log:
  - add LICENCE.
  - remove CFLAGS from CONFIGURE_ENV to make portlint happy.

Modified:
  head/net/p5-Socket6/Makefile

Modified: head/net/p5-Socket6/Makefile
==============================================================================
--- head/net/p5-Socket6/Makefile	Fri Oct  4 15:48:06 2013	(r329331)
+++ head/net/p5-Socket6/Makefile	Fri Oct  4 15:56:11 2013	(r329332)
@@ -10,9 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ume at FreeBSD.org
 COMMENT=	IPv6 related part of the C socket.h defines and structure manipulators
 
+LICENSE=	BSD
+
 USES=		perl5
 USE_PERL5=	configure
-CONFIGURE_ENV+=	CC="${CC}" CFLAGS="${CFLAGS}"
+CONFIGURE_ENV+=	CC="${CC}"
 
 PLIST_FILES=	%%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm \
 		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/.packlist \


More information about the svn-ports-all mailing list