summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2013-10-04 15:56:11 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2013-10-04 15:56:11 +0000
commitea4cef1580795338a060a7436ae4f55226c14601 (patch)
tree48844c34aa1c3a6274790bef645c822681231737 /net
parent- enable stage. (diff)
- add LICENCE.
- remove CFLAGS from CONFIGURE_ENV to make portlint happy.
Notes
Notes: svn path=/head/; revision=329332
Diffstat (limited to 'net')
-rw-r--r--net/p5-Socket6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile
index 5be9b5c86276..2f36182559c2 100644
--- a/net/p5-Socket6/Makefile
+++ b/net/p5-Socket6/Makefile
@@ -10,9 +10,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ume@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 \