freebsd-ports/devel/p5-Sys-Mmap/Makefile
Philip M. Gollucci 9c08b3e66b - Update to 0.14
- Remove MD5

PR:             ports/153073
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (skv ; 15 days)
Changes:        http://search.cpan.org/dist/Sys-Mmap/Changes
2010-12-27 14:56:34 +00:00

21 lines
389 B
Makefile

# New ports collection makefile for: Sys-Mmap
# Date created: 25 July 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Sys-Mmap
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Map in a file as a Perl variable using mmap(2)
PERL_CONFIGURE= yes
MAN3= Sys::Mmap.3
.include <bsd.port.mk>