2003-10-18 14:28:24 +02:00
|
|
|
# New ports collection makefile for: ExtUtils-Depends
|
|
|
|
# Date created: 18 October 2003
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ExtUtils-Depends
|
2010-12-04 08:58:03 +01:00
|
|
|
PORTVERSION= 0.303
|
2003-10-18 14:28:24 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-18 14:28:24 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-04 08:58:03 +01:00
|
|
|
MAINTAINER= culot@FreeBSD.org
|
2003-10-18 14:28:24 +02:00
|
|
|
COMMENT= Easily build XS extensions that depend on XS extensions
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= ExtUtils::Depends.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|