dce3b6ceda
- Add LICENSE (Artistic 1 & GPL 1) - Support staging Changes: http://search.cpan.org/dist/ExtUtils-Depends/Changes PR: ports/184701 Submitted by: sunpoet@
20 lines
394 B
Makefile
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>
|