diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-28 23:01:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-28 23:01:21 +0800 |
commit | cbe9382fb654059495bd5a223149395800c8b538 (patch) | |
tree | bd6907dc20881b4b3fd5c22f911b4cc9b59db49b /net | |
parent | f76b59d51f71dc21231e77d81d9799e93e238e8f (diff) | |
download | freebsd-ports-gnome-cbe9382fb654059495bd5a223149395800c8b538.tar.gz freebsd-ports-gnome-cbe9382fb654059495bd5a223149395800c8b538.tar.zst freebsd-ports-gnome-cbe9382fb654059495bd5a223149395800c8b538.zip |
- Add PORTSCOUT
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Socket/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-Socket/Makefile b/net/p5-Socket/Makefile index 044d34e6877b..23e607a2d4e1 100644 --- a/net/p5-Socket/Makefile +++ b/net/p5-Socket/Makefile @@ -14,6 +14,8 @@ COMMENT= Networking constants and support functions LICENSE= ART10 GPLv1 LICENSE_COMB= dual +PORTSCOUT= limit:^[0-9\.]*$$ + USE_PERL5= configure USES= perl5 |