freebsd-ports/devel/p5-File-Map/Makefile
Philip M. Gollucci e880015aef - Update to 0.34
- 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
2010-12-27 14:54:20 +00:00

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>