c389785e76
Reported by: "Eric W. Bates" <ericx@vineyard.net>
21 lines
485 B
Makefile
21 lines
485 B
Makefile
# New ports collection makefile for: p5-Term-ReadPassword
|
|
# Date created: Aug 29 2005
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Term-ReadPassword
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/P/PH/PHOENIX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl module for asking the user for a password
|
|
|
|
PERL_CONFIGURE= YES
|
|
MAN3= Term::ReadPassword.3
|
|
|
|
.include <bsd.port.mk>
|