1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/p5-ExtUtils-Config/Makefile
Sunpoet Po-Chuan Hsieh 5e35e328ac - Add p5-ExtUtils-Config 0.007
ExtUtils::Config is an abstraction around the %Config hash.

WWW: http://search.cpan.org/dist/ExtUtils-Config/

Feature safe:	yes
2013-04-16 16:56:24 +00:00

21 lines
365 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ExtUtils-Config
PORTVERSION= 0.007
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrapper for perl configuration
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= ExtUtils::Config.3
.include <bsd.port.mk>