- Remove MD5 PR: ports/153065 Submitted by: myself (pgollucci) Approved by: maintainer timeout (jupengfei@gmail.com ; 15 days) Changes: http://search.cpan.org/dist/File-Map/Changes
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# New ports collection makefile for: p5-File-Map
|
|
# Date created: 2010-04-15
|
|
# Whom: jupengfei <jupengfei@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-Map
|
|
PORTVERSION= 0.34
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jupengfei@gmail.com
|
|
COMMENT= Memory mapping made simple and safe
|
|
|
|
RUN_DEPENDS= p5-Const-Fast>=0:${PORTSDIR}/devel/p5-Const-Fast
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= File::Map.3
|
|
|
|
.include <bsd.port.mk>
|