diff options
author | ume <ume@FreeBSD.org> | 2013-10-04 23:56:11 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2013-10-04 23:56:11 +0800 |
commit | e36bbe83b42d54b2e4c4ba05088209731b571e0c (patch) | |
tree | 48844c34aa1c3a6274790bef645c822681231737 /net | |
parent | 71253fdffa1718ca6c758df441f8f8e51a7f5271 (diff) | |
download | freebsd-ports-gnome-e36bbe83b42d54b2e4c4ba05088209731b571e0c.tar.gz freebsd-ports-gnome-e36bbe83b42d54b2e4c4ba05088209731b571e0c.tar.zst freebsd-ports-gnome-e36bbe83b42d54b2e4c4ba05088209731b571e0c.zip |
- add LICENCE.
- remove CFLAGS from CONFIGURE_ENV to make portlint happy.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Socket6/Makefile | 4 |
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 \ |