22 lines
430 B
Makefile
22 lines
430 B
Makefile
# New ports collection makefile for: p5-asa
|
|
# Date created: 16 Apr 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asa
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ADAMK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to say your class/object working like something else
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= asa.3
|
|
|
|
.include <bsd.port.mk>
|