24 lines
512 B
Makefile
24 lines
512 B
Makefile
# New ports collection makefile for: ExtUtils-PkgConfig
|
|
# Date created: 18 October 2003
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ExtUtils-PkgConfig
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ExtUtils
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Simplistic interface to pkg-config
|
|
|
|
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ExtUtils::PkgConfig.3
|
|
|
|
.include <bsd.port.mk>
|