mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6adf115354
Approved by: vanilla (co-mentor)
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# New ports collection makefile for: devel/p5-Class-ParmList
|
|
# Date created: Oct 23 2003
|
|
# Whom: clsung@dragon2.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-ParmList
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Class
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= A module for processing named parameter lists for method calls
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::ParmList.3
|
|
|
|
.include <bsd.port.mk>
|