b4c04630fb
- Sort PLIST Changes: http://search.cpan.org/dist/Config-AutoConf/Changes
23 lines
525 B
Makefile
23 lines
525 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Config-AutoConf
|
|
PORTVERSION= 0.309
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to implement some of AutoConf macros
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
|
|
p5-ExtUtils-CBuilder>=0.280220:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|