mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
408 B
Makefile
23 lines
408 B
Makefile
# New ports collection makefile for: p5-Class-Constant
|
|
# Date created: 2006-08-27
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Constant
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ROBN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Build constant classes
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Class::Constant.3
|
|
|
|
.include <bsd.port.mk>
|