freebsd-ports/devel/p5-ExtUtils-LibBuilder/Makefile
2014-09-07 07:34:21 +00:00

18 lines
378 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= ExtUtils-LibBuilder
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to build C libraries
BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>