1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/p5-ExtUtils-Config/Makefile
Sunpoet Po-Chuan Hsieh e1f59d17f1 Add LICENSE_FILE
- Add NO_ARCH
2017-07-02 06:47:20 +00:00

23 lines
413 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ExtUtils-Config
PORTVERSION= 0.008
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrapper for perl configuration
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>