freebsd-ports/devel/p5-ExtUtils-Depends/Makefile
Frederic Culot 919bad19c2 - Update to 0.303
- Take maintainership

Changes:	http://search.cpan.org/dist/ExtUtils-Depends/Changes
Approved by:	wen@ (mentor)
2010-12-04 07:58:03 +00:00

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>