mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
344b32ccd9
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# New ports collection Makefile for: p5-Class-OOorNO
|
|
# Date created: 25th April 2007
|
|
# Whom: jeffhung
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-OOorNO
|
|
PORTVERSION= 0.011
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jeffhung@mail2000.com.tw
|
|
COMMENT= Perl module that give your module classic AND OO interfaces
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Class::OOorNO.3
|
|
|
|
.include <bsd.port.mk>
|