mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
45d5ea14c8
- Add LICENSE (Any version of BSD, GPL, or Artistic is acceptable) Changes: http://search.cpan.org/dist/IPC-Run3/Changes
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# Created by: Autrijus Tang <autrijus@autrijus.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IPC-Run3
|
|
PORTVERSION= 0.048
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Run a subprocess in batch mode
|
|
|
|
# Any version of the following licenses are acceptable
|
|
LICENSE= ART10 GPLv1 BSD2CLAUSE
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|