21 lines
394 B
Makefile
21 lines
394 B
Makefile
# New ports collection makefile for: Data-Integer
|
|
# Date created: 25 Mar 2009
|
|
# Whom: 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
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Data::Integer.3
|
|
|
|
.include <bsd.port.mk>
|