f261a64989
- Reset maintainer to perl@
21 lines
415 B
Makefile
21 lines
415 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.16
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to implement some of AutoConf macros
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Config::AutoConf.3
|
|
|
|
.include <bsd.port.mk>
|