aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Storable/Makefile
blob: 7b1684b123f3b18b9127e40339f901324f9aa2b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    p5-Storable
# Date created:             July 7th 1997
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Storable
PORTVERSION=    1.0.10
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Storable
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org

USE_PERL5=  yes
PERL_CONFIGURE= yes

.include <bsd.port.mk>