mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
419 B
Makefile
22 lines
419 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.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= A module for processing named parameter lists for method calls
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Class::ParmList.3
|
|
|
|
.include <bsd.port.mk>
|