1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/p5-PkgConfig/Makefile
Sunpoet Po-Chuan Hsieh 193bbb22eb - Revert r387858 partially: no need to fix shebang of .pm
- Bump PORTREVISION for package change
2015-05-30 23:07:51 +00:00

25 lines
467 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= PkgConfig
PORTVERSION= 0.09026
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PLICEASE
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure-Perl Core-Only replacement for pkg-config
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PORTSCOUT= limit:^[0-9\.]*$$
NO_ARCH= yes
USE_PERL5= configure
USES= perl5 pkgconfig
.include <bsd.port.mk>