919bad19c2
- Take maintainership Changes: http://search.cpan.org/dist/ExtUtils-Depends/Changes Approved by: wen@ (mentor)
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# New ports collection makefile for: ExtUtils-Depends
|
|
# Date created: 18 October 2003
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ExtUtils-Depends
|
|
PORTVERSION= 0.303
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Easily build XS extensions that depend on XS extensions
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ExtUtils::Depends.3
|
|
|
|
.include <bsd.port.mk>
|