2cba6cd79f
PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
20 lines
421 B
Makefile
20 lines
421 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.11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
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>
|