21 lines
441 B
Makefile
21 lines
441 B
Makefile
# New ports collection makefile for: p5-Config-AutoConf
|
|
# Date created: 8th March, 2010
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Config-AutoConf
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Perl module to implement some of AutoConf macros
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Config::AutoConf.3 Config::AutoConf::Linker.3
|
|
|
|
.include <bsd.port.mk>
|