1: reset MAINTAINER to submitter,

new ports should set maintainer as submitter,
2: fix pkg-descr.
3: add LICENSE.

Submitted by:	az@
This commit is contained in:
Vanilla I. Shu 2015-01-09 12:27:40 +00:00
parent 28879baea5
commit 9e2b812aea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376597
2 changed files with 5 additions and 2 deletions

View file

@ -7,9 +7,12 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
MAINTAINER= niels@kristensen.io
COMMENT= Class for executing remote perl code over an SSH link
LICENSE= GPLv1 ART10
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild

View file

@ -1,3 +1,3 @@
a class for executing remote perl code over an SSH link
Author: Paul Evans <leonerd@leonerd.org.uk>
WWW: http://search.cpan.org/dist/IPC-PerlSSH/