17 lines
324 B
Makefile
17 lines
324 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-Interfaces
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Module for defining interface classes inline
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Interfaces.3
|
|
|
|
.include <bsd.port.mk>
|