Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-PkgConfig / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       PkgConfig
5 PORTVERSION=    0.09026
6 PORTREVISION=   2
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:PLICEASE
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     sunpoet@FreeBSD.org
13 COMMENT=        Pure-Perl Core-Only replacement for pkg-config
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 PORTSCOUT=      limit:^[0-9\.]*$$
19
20 NO_ARCH=        yes
21 USE_PERL5=      configure
22 USES=           perl5 pkgconfig
23
24 .include <bsd.port.mk>