2006-11-02 21:32:16 +01:00
|
|
|
# New ports collection makefile for: ExtUtils-Command
|
|
|
|
# Date created: 02 November 2006
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ExtUtils-Command
|
2009-02-23 15:16:34 +01:00
|
|
|
PORTVERSION= 1.16
|
2006-11-02 21:32:16 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-11-02 21:32:16 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= Utilities to replace common UNIX commands
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= ExtUtils::Command.3 Shell::Command.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|