mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
16 lines
301 B
Makefile
16 lines
301 B
Makefile
# Created by: brix@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Integer
|
|
PORTVERSION= 0.004
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= brix@FreeBSD.org
|
|
COMMENT= Perl module for details of the native integer data type
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|