1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/p5-IPC-Run3/Makefile
Frederic Culot 45d5ea14c8 - Update to 0.048
- Add LICENSE (Any version of BSD, GPL, or Artistic is acceptable)

Changes:	http://search.cpan.org/dist/IPC-Run3/Changes
2014-04-05 07:21:59 +00:00

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>