blob: b41600ae650210baf639288b2b0e0d19087758f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
MAN3= Data::Integer.3
NO_STAGE= yes
.include <bsd.port.mk>
|