diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-05-19 13:12:08 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-05-19 13:12:08 +0000 |
commit | 2cba6cd79f5d8c55d7464523d29bea64f94c854a (patch) | |
tree | 259c514885b9afc686d57cd0ac0e055ec19a5a14 /math/p5-Algorithm-CurveFit/Makefile | |
parent | - Don't override USE_GCC in master port. (diff) |
- Include some ports in perl5 category.
PR: ports/123530
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: flz (portmgr)
Diffstat (limited to 'math/p5-Algorithm-CurveFit/Makefile')
-rw-r--r-- | math/p5-Algorithm-CurveFit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Algorithm-CurveFit/Makefile b/math/p5-Algorithm-CurveFit/Makefile index f02443df2c46..889e2e846d9e 100644 --- a/math/p5-Algorithm-CurveFit/Makefile +++ b/math/p5-Algorithm-CurveFit/Makefile @@ -7,7 +7,7 @@ PORTNAME= Algorithm-CurveFit PORTVERSION= 1.03 -CATEGORIES= math +CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Algorithm PKGNAMEPREFIX= p5- |