blob: bf4a1b1fd3cdd2131408ba2b98ce38a373b1189f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= WeakRef
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LUKKA
PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= An API to the Perl weak references
USES= perl5
USE_PERL5= configure
MAN3= WeakRef.3
NO_STAGE= yes
.include <bsd.port.mk>
|