freebsd-ports/devel/p5-ExtUtils-Depends/Makefile
Frederic Culot dce3b6ceda - Update to 0.306
- Add LICENSE (Artistic 1 & GPL 1)
- Support staging

Changes:	http://search.cpan.org/dist/ExtUtils-Depends/Changes
PR:		ports/184701
Submitted by:	sunpoet@
2013-12-12 07:50:31 +00:00

20 lines
394 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= ExtUtils-Depends
PORTVERSION= 0.306
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:XAOC
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Easily build XS extensions that depend on XS extensions
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>