24 lines
499 B
Makefile
24 lines
499 B
Makefile
|
# New ports collection makefile for: ExtUtils::LibBuilder
|
||
|
# Date created: 16 Feb 2011
|
||
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= ExtUtils-LibBuilder
|
||
|
PORTVERSION= 0.04
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= wen@FreeBSD.org
|
||
|
COMMENT= Perl module to build C libraries
|
||
|
|
||
|
BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
|
||
|
|
||
|
PERL_MODBUILD= yes
|
||
|
|
||
|
MAN3= ExtUtils::LibBuilder.3
|
||
|
|
||
|
.include <bsd.port.mk>
|