freebsd-ports/devel/p5-File-Lock/Makefile
2000-04-11 21:30:15 +00:00

23 lines
450 B
Makefile

# New ports collection makefile for: p5-File-Lock
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-Lock
PORTVERSION= 0.9
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= jfitz@FreeBSD.org
USE_PERL5= YES
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>