diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-05-15 14:47:46 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-05-15 14:47:46 +0000 |
commit | 33d2d5baaecc7f642b4a30b6e4dd8bdd43836817 (patch) | |
tree | 9064705ae0df3a75eff3316c30e917aa53ac208b /net/p5-Net-Server/Makefile | |
parent | b589aa725e9de5956b754a06e7d754f6fd2ae38f (diff) | |
download | ports-33d2d5baaecc7f642b4a30b6e4dd8bdd43836817.tar.gz ports-33d2d5baaecc7f642b4a30b6e4dd8bdd43836817.zip |
- Update to 2.008
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Net-Server/Changes
Notes
Notes:
svn path=/head/; revision=354134
Diffstat (limited to 'net/p5-Net-Server/Makefile')
-rw-r--r-- | net/p5-Net-Server/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile index 48db6d273abc..ecc331898145 100644 --- a/net/p5-Net-Server/Makefile +++ b/net/p5-Net-Server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Server -PORTVERSION= 2.007 +PORTVERSION= 2.008 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Configurable base class for writing internet servers in Perl +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-IO-Multiplex>=1.01:${PORTSDIR}/devel/p5-IO-Multiplex RUN_DEPENDS:= ${BUILD_DEPENDS} |