mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
32 lines
817 B
Makefile
32 lines
817 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Data-ParseBinary
|
|
PORTVERSION= 0.31
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SEMUELF
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= az@FreeBSD.org
|
|
COMMENT= Yet Another parser for binary structures
|
|
|
|
BUILD_DEPENDS= p5-Math-BigInt>=1.993:${PORTSDIR}/math/p5-Math-BigInt
|
|
|
|
TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Data::ParseBinary::Graphics::WMF.3 \
|
|
Data::ParseBinary::Graphics::EMF.3 \
|
|
Data::ParseBinary.3 \
|
|
Data::ParseBinary::Graphics::BMP.3 \
|
|
Data::ParseBinary::Executable::ELF32.3 \
|
|
Data::ParseBinary::Executable::PE32.3 \
|
|
Data::ParseBinary::Data::Cap.3 \
|
|
Data::ParseBinary::Data::Netflow.3 \
|
|
Data::ParseBinary::Graphics::PNG.3 \
|
|
Data::ParseBinary::FileSystem::MBR.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|