25 lines
470 B
Makefile
25 lines
470 B
Makefile
# New ports collection makefile for: devel/p5-System-Command
|
|
# Date created: Sep 05, 2011
|
|
# Whom: Wen Heping<wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= System-Command
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BOOK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Object for running system commands
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= System::Command.3
|
|
|
|
.include <bsd.port.mk>
|