mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/p5-ExtUtils-H2PM: new port had been added (+)
Automatically generate Perl modules to wrap C header files. Requested by: glebius
This commit is contained in:
parent
7813c72dd2
commit
671c6c6e96
5 changed files with 32 additions and 0 deletions
|
@ -2574,6 +2574,7 @@
|
|||
SUBDIR += p5-ExtUtils-Constant
|
||||
SUBDIR += p5-ExtUtils-CppGuess
|
||||
SUBDIR += p5-ExtUtils-Depends
|
||||
SUBDIR += p5-ExtUtils-H2PM
|
||||
SUBDIR += p5-ExtUtils-HasCompiler
|
||||
SUBDIR += p5-ExtUtils-Helpers
|
||||
SUBDIR += p5-ExtUtils-Install
|
||||
|
|
22
devel/p5-ExtUtils-H2PM/Makefile
Normal file
22
devel/p5-ExtUtils-H2PM/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-ExtUtils-H2PM/distinfo
Normal file
3
devel/p5-ExtUtils-H2PM/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1679323201
|
||||
SHA256 (ExtUtils-H2PM-0.11.tar.gz) = 46b4aec9a7d2c5749256d09dcf7ba4c2d00cddd41101482499ed88c766e9e8da
|
||||
SIZE (ExtUtils-H2PM-0.11.tar.gz) = 25379
|
4
devel/p5-ExtUtils-H2PM/pkg-descr
Normal file
4
devel/p5-ExtUtils-H2PM/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module assists in generating wrappers around system functionality,
|
||||
such as socket() types or ioctl() calls, where the only interesting
|
||||
features required are the values of some constants or structure layouts
|
||||
normally only known to the C header files.
|
2
devel/p5-ExtUtils-H2PM/pkg-plist
Normal file
2
devel/p5-ExtUtils-H2PM/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/ExtUtils/H2PM.pm
|
||||
%%PERL5_MAN3%%/ExtUtils::H2PM.3.gz
|
Loading…
Add table
Reference in a new issue