freebsd-ports/devel/p5-Storable/Makefile

24 lines
485 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Storable
# Date created: July 7th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
#
2000-04-11 17:30:15 -04:00
PORTNAME= Storable
2000-09-04 21:31:11 -04:00
PORTVERSION= 0.7.4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Storable
2000-04-11 17:30:15 -04:00
PKGNAMEPREFIX= p5-
MAINTAINER= jfitz@FreeBSD.org
USE_PERL5= yes
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
CC="${CC}" CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>