9e2b812aea
new ports should set maintainer as submitter, 2: fix pkg-descr. 3: add LICENSE. Submitted by: az@
19 lines
363 B
Makefile
19 lines
363 B
Makefile
# Created by: Niels Kristensen <niels@kristensen.io>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IPC-PerlSSH
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|