freebsd-ports/devel/p5-ExtUtils-H2PM/Makefile
Alexey Dokuchaev ee23dd0dcc net/p5-Socket-Netlink: new port had been added (+)
This module contains the low-level constants and structure handling
functions required to use PF_NETLINK socket family available on e.g.
Linux and FreeBSD.

devel/p5-ExtUtils-H2PM: add missing TEST_DEPENDS in commit 671c6c6e

Requested by:	glebius
2025-01-31 15:37:02 +00:00

23 lines
507 B
Makefile

PORTNAME= ExtUtils-H2PM
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Automatically generate Perl modules to wrap C header files
WWW= https://metacpan.org/dist/ExtUtils-H2PM
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Module-Build>=0.4004:devel/p5-Module-Build
TEST_DEPENDS= p5-Test-Pod>=1.00:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>