freebsd-ports/devel/p5-IPC-Run3/Makefile
Philip M. Gollucci 92207f476f - Update to 0.044
- Remove MD5

PR:             ports/153066
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (clsung ; 15 days)
Changes:        http://search.cpan.org/dist/IPC-Run3/Changes
2010-12-27 14:54:38 +00:00

25 lines
534 B
Makefile

# New ports collection makefile for: devel/p5-IPC-Run3
# Date created: Apr 27 2004
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
PORTNAME= IPC-Run3
PORTVERSION= 0.044
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Run a subprocess in batch mode
PERL_CONFIGURE= yes
MAN3= IPC::Run3.3 \
IPC::Run3::ProfArrayBuffer.3 \
IPC::Run3::ProfLogger.3 \
IPC::Run3::ProfLogReader.3 \
IPC::Run3::ProfPP.3 \
IPC::Run3::ProfReporter.3
.include <bsd.port.mk>